1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +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
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")
"Literal is"))
"Expression is"))
~(do
(def ,var ,form)
(eprintf (string "%s " (dyn :pretty-format "%q"))