#271
higher-order-functions-1
 

Difficulty:Basic
Topics:functions


You may create that mapping
test not run
(= (quote (1 4 9 16 25)) (map (fn [x] __) [1 2 3 4 5]))


Code which fills in the blank: