aboutsummaryrefslogtreecommitdiff
path: root/forth/step9_try.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/step9_try.fs')
-rw-r--r--forth/step9_try.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/step9_try.fs b/forth/step9_try.fs
index 4d4050b..681e608 100644
--- a/forth/step9_try.fs
+++ b/forth/step9_try.fs
@@ -266,7 +266,7 @@ MalSymbol
sym env env/get-addr
dup 0= if
drop
- 0 0 s" ' not found" sym as-native s" '" ...throw-str
+ 0 0 s" ' not found" sym pr-str s" '" ...throw-str
else
@
endif ;;