modding:function:multiply
multiply
multiply
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, math |
| Description | Calculates the product of the arguments and returns it. |
Example
(multiply 56 34 2)
Returns 3808
Return to Functions list
modding/function/multiply.txt · Last modified: by 127.0.0.1