gt relational operator

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