This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:baserpl:comparators:eq0 [2019/03/15 23:13] – Karsten75 | 4rpl:baserpl:comparators:eq0 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | |||
- | ==== 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 === | ||
- | |||
- | < | ||
- | if (0 eq0) | ||
- | trace(" | ||
- | endif | ||
- | </ | ||
- | |||
- | |||