This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:add [2015/03/05 19:38] – Removed "Discussion" tag Karsten75 | crpl:docs:add [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== add ===== | ===== add ===== | ||
- | ^Arguments^Result^Notation^ | + | <-a <-b add -> |
- | |Two items on the stack|The sum of two items |'' | + | |
=== How to use === | === How to use === | ||
Line 13: | Line 12: | ||
Adds the two arguments together and pushes the result on the stack. | Adds the two arguments together and pushes the result on the stack. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
ShowTraceLog | ShowTraceLog | ||
4 5 add Trace | 4 5 add Trace | ||
Line 21: | Line 20: | ||
Same example in Warp notation: | Same example in Warp notation: | ||
- | < | + | < |
showtracelog | showtracelog | ||
add(4 5) ->result | add(4 5) ->result | ||
Trace(< | Trace(< | ||
</ | </ |