1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/tests/incA.mal

4 lines
46 B
Plaintext
Raw Normal View History

2014-10-07 07:27:28 +04:00
(def! inc4 (fn* (a) (+ 4 a)))
(prn (inc4 5))