Difference between revisions of "Boolean Expressions"

From mi-linux
Jump to navigationJump to search
(Ugh. This page needs removing and expressions need to be refactored.)
 
Line 4: Line 4:
  
 
this has a true value.
 
this has a true value.
 +
 +
 +
Boolean expressions are only one type of [[Expressions]].

Latest revision as of 06:23, 25 January 2010

boolean expressions are either true or false.

e.g 10<15

this has a true value.


Boolean expressions are only one type of Expressions.