Next: Boolean Operators, Previous: Expressions, Up: The Language
A condition can either be true or false, as in Verb = Verb
or
Verb = Noun
, respectively. An expression that is evaluated to
any of the symbols yes
or no
is a valid condition.
A condition can be used in all places where a non-constant value is
needed. It will evaluate to yes
or no
. In this case, the
condition must be surrounded by parentheses.