User Tools

Site Tools


ixe:irpl:comparators:neq

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.

Note: See Data Types for comparison between dissimilar types and type conversion.

Examples

if (1 neq (2))
    trace("1 is not equal to 2")
endif
ixe/irpl/comparators/neq.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1