diff options
| author | Chouser <chouser@n01se.net> | 2015-02-15 22:02:48 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-02-21 13:22:44 -0500 |
| commit | d44f31c2218a923d2a5b766ae3d6577aba294d42 (patch) | |
| tree | 10a47de57fb7780e0fdd47e74f8edf15c579e25e /forth/types.fs | |
| parent | 785786c6033c97a70e78fb6b684d58aea18df4ae (diff) | |
| download | mal-d44f31c2218a923d2a5b766ae3d6577aba294d42.tar.gz mal-d44f31c2218a923d2a5b766ae3d6577aba294d42.zip | |
forth: Add step 5
Diffstat (limited to 'forth/types.fs')
| -rw-r--r-- | forth/types.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/types.fs b/forth/types.fs index 1a132be..bf159ad 100644 --- a/forth/types.fs +++ b/forth/types.fs @@ -152,7 +152,7 @@ MalType% deftype MalFalse MalFalse new constant mal-false pxt >name name>string type ." ' extended to type '" obj mal-type @ type-name type - ." '" + ." '" cr 1 throw endif trace if ." Calling '" pxt >name name>string type ." ' on " obj mal-type @ type-name type cr endif |
