This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:lt [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:lt [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
+ | |||
====== lt ====== | ====== lt ====== | ||
Line 8: | Line 11: | ||
First item on the stack is compared to the second item on the stack.\\ | 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. | 0 (fasle) or 1 (true) is pushed to the stack depending on whether the first value was less than the second or not. | ||
+ | |||
+ | |||
+ | Note: See [[4rpl:Data Types]] for comparison between dissimilar types and type conversion. | ||
+ | |||
===== Examples ===== | ===== Examples ===== |