1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-03 19:22:24 +00:00

"Literal" -> "Expression" for trace-pp msg

This commit is contained in:
LouisJackman
2020-05-17 08:18:44 +01:00
parent fb491f0d7c
commit e0130e7fd7
+1 -1
View File
@@ -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"))