Less Than Or Equal Operator (<=) [INT]

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

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