(do (def PI 3.1415) (def area (fn [x] (* PI x))) (area 10) )