aboutsummaryrefslogtreecommitdiff
path: root/forth/step2_eval.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/step2_eval.fs')
-rw-r--r--forth/step2_eval.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/step2_eval.fs b/forth/step2_eval.fs
index 10e1e77..724de44 100644
--- a/forth/step2_eval.fs
+++ b/forth/step2_eval.fs
@@ -61,7 +61,7 @@ MalSymbol
dup 0= if
drop
." Symbol '"
- sym as-native safe-type
+ sym pr-str safe-type
." ' not found." cr
1 throw
endif ;;