Less Than Operator (<) [STRING]
The less than operator compares its two operands and returns a boolean value:
- TRUE (1)
- if the first operand is considered less than the second
- FALSE (0)
- if the operands are equal or the first operand is considered greater than the second
Note that string comparisons in XJEase are done by comparing the ASCII value of each character.
See Also
XJTAG v4.2.5
