~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#arithmetic| 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' <=[[4rpl:start| Index]]