User Tools

Site Tools


crpl:docs:mul

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:mul [2021/02/05 16:43] – Rmoved discussion tag Karsten75crpl:docs:mul [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
 =====  mul  ===== =====  mul  =====
  
-^Arguments^Result^Notation^ +^<-a <-b mul ->result
-|Two items on the stack|The product of two items |''n1 n2 -- n3 ''+
  
 === Description === === Description ===
-Multiplies the two arguments together and pushes the result on the stack.+Multiplies  two arguments from the stack together and pushes the result on the stack.
 === Examples === === Examples ===
-<code>example goes here</code> +<code 4RPL> 
 +trace(2 3 mul) #prints '6' 
 +</code> 
  
crpl/docs/mul.1612543437.txt.gz · Last modified: 2025/02/14 14:56 (external edit)