< Less than
In this section:
Precedence
7
Description
<or LT evaluates to 1 (true) if the left operand has a numeric value that is less than the right operand, otherwise it is 0 (false).
Example
-1 < 2 –> 1 2 < 1 –> 0 2 < 2 –> 0
7
<or LT evaluates to 1 (true) if the left operand has a numeric value that is less than the right operand, otherwise it is 0 (false).
-1 < 2 –> 1 2 < 1 –> 0 2 < 2 –> 0