User Tools

Site Tools


4rpl:commands:lt

This is an old revision of the document!


Index

lt

LT

Description

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

Examples

if (1 lt (42))
    trace("1 is less than 42")
endif

Index

4rpl/commands/lt.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)