aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repl.neb2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.neb b/repl.neb
index cc8ae06..4ec2401 100644
--- a/repl.neb
+++ b/repl.neb
@@ -36,7 +36,7 @@
(func print-result (res)
(print (concat "=> "
(if (eq? :string (typeof res))
- (concat "\"" res "\"")
+ (raw res)
(->string res)))))
; this is the actual loop part