diff options
Diffstat (limited to 'repl.neb')
| -rw-r--r-- | repl.neb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
