next up previous contents
Next: The Symbol Table Up: Definition of the Programming Previous: The matches Condition (Regular   Contents

The Operators not, and, and or

Conditions can be combined logically:

The operator not takes exactly one argument. Complex conditions have to be put in parentheses ``()''.

The operators and and or may not be mixed; otherwise the order of evaluation would be ambiguous. They have to be put in parentheses ``()''.



Bjoern Beutel