mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
(def! inc4 (fn* (a) (+ 4 a)))
|
|
|
|
(prn (inc4 5))
|