multiplication (*)
calculates the product of a number sequence
Usage:
(* form*)
Calculates the product of a set of numbers.
An Example
(\* 9 10 23) ;; returns 2070
(\* 50 12.6 34.8) ;; returns 21924
(\*) ;; returns 1