> relational operator

The >relational operator is the greater than operator.

Synonym(s)

gt

Example(s)

Tests if any attribute in dynamic array x is greater than 3.

if x<*> > 3 then...