#278
higher-order-functions-8
 

Difficulty:Basic
Topics:functions


You can start somewhere else
test not run
(= 2400 (reduce (fn [a b] (* a b)) __ [1 2 3 4]))


Code which fills in the blank: