#255
functions-9
 

Difficulty:Basic
Topics:functions


But they are often better written using the names of functions
test not run
(let [square (fn [x] (* x x))]
    (= 25 (__ square)))


Code which fills in the blank: