<- PRPL reference <- Comparators
Arguments | Result | Notation |
---|---|---|
number | bool | [number- bool] |
Top item is popped from the stack and Compared to 0. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true.
if (0 eq0) trace("0 is equal to 0") endif