This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:gte [2013/12/03 17:41] – progamming note Grauniad | crpl:docs:gte [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[crpl: | <- [[crpl: | ||
===== gte ===== | ===== gte ===== | ||
Line 14: | Line 13: | ||
=== Examples === | === Examples === | ||
- | < | + | < |
# Compares numbers to 50. | # Compares numbers to 50. | ||
# Pointless, in programming, | # Pointless, in programming, | ||
Line 22: | Line 21: | ||
</ | </ | ||
+ | <code prpl> | ||
+ | A B lt | ||
+ | If A is bigger than B, TRUE | ||
+ | If A is the same as B, TRUE | ||
+ | Otherwise FALSE | ||
+ | </ |