<- PRPL reference <- Comparators

false

ArgumentsResultNotation
bool [ -bool]

Description

Pushes a 0 onto the stack.

Examples

if (not(false)) 
	trace("not false") 
endif