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