25.2.9 Boolean Operators
The following left-associative, short-circuited binary logical
operators are supported, in descending precedence order:
- Logical implication:
=>
.
- Logical AND:
&&
.
- Inclusive OR:
||
.
The following right-associative unary logical operators are supported: