#301
creating-functions-6
 

Difficulty:Basic
Topics:functions


Be careful about the order in which you mix your functions
test not run
(= 99 (let [square-and-dec __]
            (square-and-dec 10)))


Code which fills in the blank: