This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 4rpl:baserpl:comparators:eq0 [2019/03/16 17:17] – Karsten75 | 4rpl:baserpl:comparators:eq0 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOTOC~~ | ||
| - | |||
| - | ====== eq0 ====== | ||
| - | eq0 | ||
| - | |||
| - | ===== Description ===== | ||
| - | Top item is popped from the stack and Compared to 0. 0 (false) or 1 (true) is pushed back to the stack. | ||
| - | |||
| - | ===== Examples ===== | ||
| - | <code prpl> | ||
| - | if (0 eq0) | ||
| - | trace(" | ||
| - | endif | ||
| - | </ | ||