multiply
Function multiply
Returns the numbers that are passed in multiplied together.
Usage
[h: val = multiply(num, num, ...)]
Examples
[r: multiply(2, 5, 6)]
[r: multiply(4, 3, 2)]
Returns
30 24
Returns the numbers that are passed in multiplied together.
[h: val = multiply(num, num, ...)]
[r: multiply(2, 5, 6)]
[r: multiply(4, 3, 2)]
Returns
30 24