Index
Arithmetic

mul

<-a <-b mul ->result

Description

Multiplies the two arguments together and pushes the result on the stack.

Examples

trace(2 3 mul) #prints '6'

Index