This is an old revision of the document!
<- PRPL reference <- Comparators
Arguments | Result | Notation |
---|---|---|
number number | bool | [number number- bool] |
Top two items are popped from the stack and 'Greater Than' comparison is performed. 0 or 1 is pushed back to the stack where 1 indicates true.
if (2 gt (1)) trace("2 is greater than 1") endif