This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:gt [2013/01/18 06:04] – grauniad | crpl:docs:gt [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== gt ===== | ===== gt ===== | ||
Line 10: | Line 10: | ||
Top two items are popped from the stack and ' | Top two items are popped from the stack and ' | ||
0 or 1 is pushed back to the stack where 1 indicates true. | 0 or 1 is pushed back to the stack where 1 indicates true. | ||
+ | |||
+ | See [[crpl: | ||
+ | |||
=== Examples === | === Examples === | ||
< | < | ||
Line 19: | Line 22: | ||
</ | </ | ||
+ | < | ||
+ | A B gt | ||
+ | #If A is bigger than B, TRUE | ||
+ | #Otherwise FALSE | ||
+ | </ |