This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:gt0 [2021/03/28 15:34] – Karsten75 | 4rpl:commands:gt0 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== Description ===== | ===== Description ===== | ||
Top item is popped from the stack and compared if greater than 0. 0 (false) or 1 (true) is pushed back to the stack. | Top item is popped from the stack and compared if greater than 0. 0 (false) or 1 (true) is pushed back to the stack. | ||
+ | |||
+ | |||
+ | Note: See [[4rpl:Data Types]] for comparison between dissimilar types and type conversion. | ||
+ | |||
===== Examples ===== | ===== Examples ===== |