<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] ===== mul ===== ^<-a <-b mul ->result === Description === Multiplies two arguments from the stack together and pushes the result on the stack. === Examples === trace(2 3 mul) #prints '6'