#246
functions-0
 

Difficulty:Basic
Topics:functions


Calling a function is like giving it a hug with parentheses
test not run
(let [square (fn [n] (* n n))]
      (= __ (square 9)))


Code which fills in the blank: