Logical Operators
The following table lists logical operators.
See also Arithmetic Operators, Comparison Operators, and Pattern Matching Operators.
Operator | Description |
---|---|
AND |
All conditions connected by AND must be TRUE. |
OR |
At least one condition connected by OR must be TRUE. |
NOT |
The condition modified by NOT must be FALSE. |