ULT Unsigned less than
In this section:
Precedence
7
Description
ULT evaluates to 1 (true) if the left operand has a smaller value than the right operand, otherwise it is 0 (false). The operation treats the operands as unsigned values.
Example
1 ULT 2 –> 1 -1 ULT 2 –> 0