Finds the product of two numbers.
n1 * n2 [* n3 * n4 etc.]
MsgBox 5 * 4 ' 20 MsgBox 8 * 9 ' 72 MsgBox 4 * 25 * 6 ' 600