This is an old revision of the document!
⇐ Index
⇐ Comparators
NEQ0
first item on the stack is compared to zero. If zero, true (1) is pushed on the stack, otherwise false (0) is pushed back to the stack.
if (1 neq0) trace("1 is not equal to 0") endif
⇐ Index