<- PRPL reference <- Comparators
Arguments | Result | Notation |
---|---|---|
number number | bool | [number number- bool] |
Top two items are popped from the stack and 'Not Equal' comparison is performed. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true.
if (1 neq (2)) trace("1 is not equal to 2") endif