Logical Operators
The logical operators are NOT
, AND
, and OR
, in order of
precedence. These operators have the usual Boolean logic semantics.
As with other operators, you can use parentheses to group operators and affect the order of evaluation.
Last updated