User Tools

Site Tools


4rpl:commands:neq0

This is an old revision of the document!


Index

neq0

NEQ0

Description

first item on the stack is compared to zero. If zero, true (1) is pushed on the stack, otherwise falsse (0) is pushed back to the stack.

Examples

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

Index

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