- (+ z[1] ...)procedure
- (* z[1] ...)procedure
These procedures return the sum or product of their arguments.
(+ 3 4) ===> 7 (+ 3) ===> 3 (+) ===> 0 (* 4) ===> 4 (*) ===> 1
These procedures return the sum or product of their arguments.
(+ 3 4) ===> 7 (+ 3) ===> 3 (+) ===> 0 (* 4) ===> 4 (*) ===> 1