User Tools

Site Tools


pf:createparticle

Differences

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

Link to this comparison view

Next revision
Previous revision
pf:createparticle [2015/02/28 16:32] – created Karsten75pf:createparticle [2015/03/04 16:56] (current) – removed Karsten75
Line 1: Line 1:
-~~DISCUSSION~~ 
-<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] 
-=====  add  ===== 
  
-^Arguments^Result^Notation^ 
-|Two items on the stack|The sum of two items |''n1 n2 -- n3 ''| 
- 
-=== How to use === 
- 
-| Standard CRPL | //num num// **add **   | 
-| Warp notation | **add** (//num num//) | 
- 
-=== Description === 
-Adds the two arguments together and pushes the result on the stack. 
-=== Examples === 
-<code> 
-ShowTraceLog 
-4 5 add Trace 
-#Adds 4 and 5, then traces the result.  You should see a 9 appear in the trace log. 
-</code>  
- 
-Same example in Warp notation: 
- 
-<code> 
-showtracelog 
-add(4 5) ->result 
-Trace(<-result) 
-</code> 
pf/createparticle.1425141167.txt.gz · Last modified: 2025/02/14 14:56 (external edit)