User Tools

Site Tools


prpl:eq0

This is an old revision of the document!


<- PRPL reference <- Comparators

eq0

ArgumentsResultNotation
number bool [number- bool]

Description

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

Examples

if (0 eq0) 
	trace("0 is equal to 0") 
endif 
prpl/eq0.1506166754.txt.gz · Last modified: 2025/02/14 14:56 (external edit)