This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:sub [2013/01/14 19:02] – created virgilw | crpl:docs:sub [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | |
+ | <- [[crpl: | ||
+ | ===== sub ===== | ||
+ | |||
+ | <-a <-b sub -> | ||
+ | === Description === | ||
+ | Subtracts the second argument from the first (i1-i2) and pushes the result on the stack. | ||
+ | === Examples === | ||
+ | <code 4RPL> | ||
+ | 5 3 sub Trace #Displays 2 | ||
+ | </ |