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