<=
Returns true if this integer is less or equal than the other integer.
Syntax
anInteger <= anotherInteger
Parameters
anotherInteger - Integer
The second integer.
Return Value
True if this integer is less or equal than the other integer.
Returns true if this integer is less or equal than the other integer.