5.1: Logical and Relational Operators
( \newcommand{\kernel}{\mathrm{null}\,}\)
Symbol | Meaning |
---|---|
== |
Relational operator: equal to. |
~= |
Relational operator: not equal to. |
< |
Relational operator: less than. |
<= |
Relational operator: less than or equal to. |
> |
Relational operator: greater than. |
>= |
Relational operator: greater than or equal to. |
& |
Logical operator: AND. |
| |
Logical operator: OR. |
~ |
Logical operator: NOT. |
xor |
Logical operator: EXCLUSIVE OR. |