This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:mul [2013/01/18 06:16] – grauniad | crpl:docs:mul [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== mul ===== | ===== mul ===== | ||
- | ^Arguments^Result^Notation^ | + | ^<-a <-b mul ->result |
- | |Two items on the stack|The product of two items |'' | + | |
=== Description === | === Description === | ||
- | Multiplies | + | Multiplies |
=== Examples === | === Examples === | ||
- | < | + | < |
+ | trace(2 3 mul) #prints ' | ||
+ | </ | ||