GTE Instruction

Synopsis

GTE <operand-1 data type> <operand-2 data type>

Description

The GTE instruction performs a greater-than-or-equal comparison between the two values on the runtime stack. Both values are popped off the stack and replaced by the boolean result. The values are referred to as operand-1 and operand-2, with operand-1 below operand-2 on the stack. The comparison is performed as operand-1 >= operand-2.

Data Type Operands

The operands are the data type of the values.

See Also

GRT, LST, LSE, EQU, NEQ, Data Types