| functions | Index Level | GET |
| Syntax | expression GE expression |
| Category | BASIC |
| Type | Operator, Relational |
| Description | denotes a "greater than or equal" conditional between two elements. |
| Options | |
| See Also | >= |
| Example | if date ge "6/1" then print "yes" |
| Warnings | |
| Compatibility |
| functions | Index Level | GET |