Next: Bitwise Operators, Previous: Arithmetic Operators, Up: Built-in Operators
Relational binary operators work on integers, reals, and strings. For strings, less-than is interpreted as the left operand being lexicographically before the right operand.
==
!=
<
<=
>
>=