The gt relational operator denotes a greater than condition between two elements.
NOTE |
> is also used as a terminator for the dynamic array subscript reference. |
Syntax
exp gt exp |
Synonym(s)
> |
Example(s)
if x gt 10 then stop |