User Tools

Site Tools


prpl:neq

This is an old revision of the document!


<- PRPL reference <- Comparators

neq

ArgumentsResultNotation
number number bool [number number- bool]

Description

Top two items are popped from the stack and 'Not Equal' comparison is performed. 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 
prpl/neq.1480721628.txt.gz · Last modified: 2016/12/02 18:33 by 127.0.0.1