<- PRPL reference <- Math

mul

ArgumentsResultNotation
number number number [number number- number]

Description

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

Examples

trace(2 mul(3)) #prints '6'