Conditions

Top  Previous  Next

A condition is a Boolean statement that returns true or false. Conditions often include inequalities:

 

$s<4

$n>=6

$q=9

$t<>7                ($t is not equal to 7)

 

These are fairly simple conditions. You can combine these using the And, Or and Not commands as well as some of the more specialized Boolean commands to produce extremely complicated conditions.