This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:gt [2013/01/14 19:10] – external edit 127.0.0.1 | crpl:docs:gt [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <- [[crpl: | ||
| ===== gt ===== | ===== gt ===== | ||
| Line 9: | 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 18: | Line 22: | ||
| </ | </ | ||
| + | < | ||
| + | A B gt | ||
| + | #If A is bigger than B, TRUE | ||
| + | #Otherwise FALSE | ||
| + | </ | ||