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