|
| ||||
See also: if
The boolean class has just two instances,true and false .
Each executes to itself.
boolean.<is_type_for true/>
trueboolean.<is_type_for false/>
truetrue.<is false/>
falseif takes condition action pairs. Any condition that
is not false is considered to be true and the action for that clause will execute.
© Copyright 2007 Clear Methods, Inc.