1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 22:23:15 +00:00

Put back erroneously deleted "Literal"

This commit is contained in:
LouisJackman 2020-05-17 08:12:54 +01:00
parent 9109e369ff
commit fb491f0d7c
No known key found for this signature in database
GPG Key ID: C83A456999EEBC34

View File

@ -957,7 +957,7 @@
,;(map (fn [form]
(def preface (if (symbol? form)
(string form " is")
"is"))
"Literal is"))
~(do
(def ,var ,form)
(eprintf (string "%s " (dyn :pretty-format "%q"))