Greater Than Operator (>) [STRING]

The greater than operator compares its two operands and returns a boolean value:

TRUE (1)
if the first operand is considered greater than the second
FALSE (0)
if the operands are equal or the first operand is considered less than the second

Note that string comparisons in XJEase are done by comparing the ASCII value of each character.