mirror of
https://github.com/janet-lang/janet
synced 2025-10-19 01:37:40 +00:00
"Literal" -> "Expression" for trace-pp msg
This commit is contained in:
@@ -957,7 +957,7 @@
|
||||
,;(map (fn [form]
|
||||
(def preface (if (symbol? form)
|
||||
(string form " is")
|
||||
"Literal is"))
|
||||
"Expression is"))
|
||||
~(do
|
||||
(def ,var ,form)
|
||||
(eprintf (string "%s " (dyn :pretty-format "%q"))
|
||||
|
Reference in New Issue
Block a user