mirror of
https://github.com/janet-lang/janet
synced 2025-08-05 21:43:55 +00:00
Put back erroneously deleted "Literal"
This commit is contained in:
parent
9109e369ff
commit
fb491f0d7c
@ -957,7 +957,7 @@
|
|||||||
,;(map (fn [form]
|
,;(map (fn [form]
|
||||||
(def preface (if (symbol? form)
|
(def preface (if (symbol? form)
|
||||||
(string form " is")
|
(string form " is")
|
||||||
"is"))
|
"Literal is"))
|
||||||
~(do
|
~(do
|
||||||
(def ,var ,form)
|
(def ,var ,form)
|
||||||
(eprintf (string "%s " (dyn :pretty-format "%q"))
|
(eprintf (string "%s " (dyn :pretty-format "%q"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user