Less Than Operator (<) [INT]

The less than operator compares its two operands and returns a boolean value:

TRUE (1)
if the first operand is less than the second
FALSE (0)
if the operands are equal or the first operand is greater than the second