PickBASIC / FlashBASIC

gt relational operator

.md

The gt relational operator denotes a greater than condition between two elements.

Synonyms>
Note: > is also used as a terminator for the dynamic array subscript reference.

Syntax

exp gt exp

Example(s)

if x gt 10 then stop