This is an old revision of the document!
⇐ Index
⇐ Comparators
LT
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.
if (1 lt (42)) trace("1 is less than 42") endif
⇐ Index