User Tools

Site Tools


prpl:neq0

<- PRPL reference <- Comparators

neq0

ArgumentsResultNotation
number bool [number- bool]

Description

Top item is popped from the stack and Compared to not being 0. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true.

Examples

if (1 neq0) 
	trace("1 is not equal to 0") 
endif 
prpl/neq0.txt · Last modified: 2017/09/23 07:39 by kajacx