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