default.txt 81 B

1234567
  1. user=> (defn f [x y]
  2. #_=> (+ x y))
  3. #'user/f
  4. user=> (f 5 7)
  5. 12
  6. user=> nil
  7. nil