Apparently Answers is having an issue displyaing results from executed code (@Rena Berman, others have also noted this where everything looks fine while editing the post but the results disaappear when the post is submitted).
Here are the results from running the commands on my local system (R2024a)
>> syms x
>> assume(x < 1);
>> assumptions
ans =
x < 1
>> clear all
>> assumptions
ans =
x < 1