User Tools

Site Tools


crpl:docs:add

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:add [2015/02/04 12:21] – Updated for Warp notation Karsten75crpl:docs:add [2022/07/05 14:07] (current) – Reformat Karsten75
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]]
 =====  add  ===== =====  add  =====
  
-^Arguments^Result^Notation^ +<-a <-b add ->result 
-|Two items on the stack|The sum of two items |''n1 n2 -- n3 ''|+
  
 === How to use === === How to use ===
Line 14: 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 ===
-<code>+<code 4RPL>
 ShowTraceLog ShowTraceLog
 4 5 add Trace 4 5 add Trace
Line 22: Line 20:
 Same example in Warp notation: Same example in Warp notation:
  
-<code>+<code 4RPL>
 showtracelog showtracelog
-trace (add (4 5))+add(4 5) ->result 
 +Trace(<-result)
 </code> </code>
crpl/docs/add.1423070469.txt.gz · Last modified: 2015/02/04 12:21 by Karsten75