Difference between revisions of "Boolean Expressions"
From mi-linux
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | boolean expressions are either | + | boolean expressions are either true or false. |
e.g 10<15 | e.g 10<15 | ||
this has a true value. | this has a true value. | ||
+ | |||
+ | |||
+ | Hope this helps. |
Revision as of 13:28, 31 January 2007
boolean expressions are either true or false.
e.g 10<15
this has a true value.
Hope this helps.