diff options
Diffstat (limited to 'forth/step9_try.fs')
| -rw-r--r-- | forth/step9_try.fs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/forth/step9_try.fs b/forth/step9_try.fs index 356304a..e7293db 100644 --- a/forth/step9_try.fs +++ b/forth/step9_try.fs @@ -272,10 +272,6 @@ defspecial try* { env list -- val } catch-env catch0 cell+ @ TCO-eval endif ;; -defspecial throw ( env list -- ) - MalList/start @ cell+ @ eval to exception-object - 1 throw ;; - MalSymbol extend mal-eval { env sym -- val } 0 sym env get |
