1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/tests/incA.mal
2014-10-06 22:27:28 -05:00

4 lines
46 B
Plaintext

(def! inc4 (fn* (a) (+ 4 a)))
(prn (inc4 5))