Boolean expression
Symbol meaning example
== equal if x==y
~= not equal if x~=y
> greater than if x>y
>=
<
<=
& AND if x==y & y>2
| OR if x==1 | y>2
~ NOT if x = ~y
Sunday, October 7, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment