PickBASIC / FlashBASICThe >relational operator is the greater
than operator.
Synonymsgt
Example(s)
Tests if any attribute in dynamic
array x is greater than 3.
if x<*> > 3 then...
Referenced by
2 topics mention > relational operator in its description.