This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:neq [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:neq [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
+ | |||
====== neq ====== | ====== neq ====== | ||
Line 7: | Line 10: | ||
===== Description ===== | ===== Description ===== | ||
Top two items are popped from the stack and compared for equality. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true. | Top two items are popped from the stack and compared for equality. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true. | ||
+ | |||
+ | |||
+ | Note: See [[4rpl:Data Types]] for comparison between dissimilar types and type conversion. | ||
+ | |||
===== Examples ===== | ===== Examples ===== |