Fix prelude/print bug
This commit is contained in:
parent
aa3692a141
commit
bf8e1d1924
|
@ -41,7 +41,7 @@
|
|||
(def print- {:name "print"
|
||||
::data/type ::data/clj
|
||||
:body (fn [& args]
|
||||
(println (str args))
|
||||
(println (apply str args))
|
||||
:ok)})
|
||||
|
||||
(def prelude {"eq" eq
|
||||
|
|
Loading…
Reference in New Issue
Block a user