This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:mul [2021/02/05 16:43] – Rmoved discussion tag Karsten75 | crpl: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 |'' | + | |
=== Description === | === Description === | ||
- | Multiplies | + | Multiplies |
=== Examples === | === Examples === | ||
- | < | + | < |
+ | trace(2 3 mul) #prints ' | ||
+ | </ | ||