User Tools

Site Tools


4rpl:commands:neq

This is an old revision of the document!


Index
Comparators

neq

NEQ

Description

Top two items are popped from the stack and compared for equality. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true.

Examples

if (1 neq (2))
    trace("1 is not equal to 2")
endif

Index

4rpl/commands/neq.1616945776.txt.gz · Last modified: 2021/03/28 11:36 by Karsten75