7.3.6.3 Logical Operators

& logical AND
| logical OR

with the following semantics:

& (AND) TRUE FALSE | (OR) TRUE FALSE
TRUE TRUE FALSE TRUE TRUE TRUE
FALSE FALSE FALSE FALSE TRUE FALSE