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