User Tools

Site Tools


ixe:irpl:comparators:lte

lte

LTE

Description

First item on the stack is compared to the second item on the stack.
0 (false) or 1 (true) is pushed to the stack depending on whether the first value was less or equal to the second or not. ## Examples

Note: See Data Types for comparison between dissimilar types and type conversion.

if (1 lte (1))
    trace("1 is less than or equal to 1")
endif
ixe/irpl/comparators/lte.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1