User Tools

Site Tools


4rpl:commands:neq0

This is an old revision of the document!


Index
Comparators

neq0

NEQ0

Description

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.

Examples

if (1 neq0)
    trace("1 is not equal to 0")
endif

Index

4rpl/commands/neq0.1616945787.txt.gz · Last modified: 2025/02/14 14:56 (external edit)