Logical Operators
The following Boolean logical operators are recognized in QUEL:
These operators take and return truth functions (true, false or unknown).
Not has the highest precedence of the three operators; and and or have equal precedence. Parentheses can be used to override the default order of processing; by default logical operators are processed from left to right.
Last modified date: 08/28/2024