GT

GT


GOSUB Index Level HEADING
Syntax expression GT expression
Category BASIC
Type Operator, Relational
Description logical operator within conditional expressions to represent a "greater than" condition.
">" is identical to "gt" when used as a logical operator.
Options
See Also >
Example if x gt 10 then stop
Warnings ">" is also used as a terminator for the dynamic array subscript reference.
Compatibility
GOSUB Index Level HEADING