Greater Than Or Equal Operator (>=) [STRING]

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

TRUE (1)
if the first operand is considered greater than the second or they are equal
FALSE (0)
if 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.