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