Greater Than Or Equal Operator (>=) [INT]
The greater than or equal operator compares its two operands and returns a boolean value:
- TRUE (1)
- if the first operand is greater than the second or they are equal
- FALSE (0)
- if the first operand is less than the second
See Also
XJTAG v4.2.5
