The ge relational operator denotes a greater than or equal condition between two elements.
Syntax
exp ge exp
Synonym(s)
>=
Example(s)
if date ge "6/1" then print "yes"
See Also
>= Relational Operator