mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 08:56:41 +03:00
f522319598
- Some additioanl tests. - Split step9 tests into optional but self-hosting requirements (metadata on functions) and other optional (conj, metadata on collections).
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
(def! mymap {"a"
|
|
1})
|
|
|
|
(prn "incC.mal finished")
|
|
"incC.mal return string"
|
|
|