Assignment Vs conditions

Hi
	How do I represent in MathML two different concepts namely
assignment of one variable to other and
checking equality of one variable to other.

For example
x=y  (meaning x is equal to y, which would assign value of y to x upon
evaluation)

Vs.

x=y ( Is x = y, which would return true or false)

Can anyone give mathML syntax for both these cases?

Regards
Kamlesh

Received on Thursday, 25 April 2002 10:12:30 UTC