[[modding:function:multiply]] === multiply === [[modding:function:multiply]] ^ Syntax | (multiply x1 [x2 ... xn]) -> z | ^ Arguments | x1: One of the integers you want to multiply. | ^ | [x2 ... xn]: The next integers you want to multiply. | ^ Returns | z: The product of the numbers passed in | ^ Category | [[0.99 functions|0.99]], [[math functions|math]] | ^ Description | Calculates the product of the arguments and returns it. | === Example === (multiply 56 34 2) Returns 3808 Return to [[:Functions]] list