MsgBox % multiply(10,2) multiply(multiplicand, multiplier) { Return (multiplicand * multiplier) }