PickBASIC / FlashBASIC

> relational operator

.md

The >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...

See also

Referenced by