User Tools

Site Tools


prpl:lte

This is an old revision of the document!


<- PRPL reference <- Comparators

lte

ArgumentsResultNotation
number number bool [number number- bool]

Description

Top two items are popped from the stack and 'Less Than or Equal' comparison is performed. 0 or 1 is pushed back to the stack where 1 indicates true.

Examples

if (1 lte (1)) 
	trace("1 is less than or equal to 1") 
endif 
prpl/lte.1506166712.txt.gz · Last modified: 2025/02/14 14:56 (external edit)