Hello,
Thanks for your reply.
Set function is evaluated as it shows the first time. So,
test=Sin[x]==0
will assign Sin[x]==0 to test.
After this, I input x=pi, then I enter test the result are False.
As Set function is evaluated as it shows the first time. So, test should always be Sin[x]==0. Why after I inputing x=pi, test becomes False?