diff options
Diffstat (limited to 'lib/stdlib.gorth')
-rw-r--r-- | lib/stdlib.gorth | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib.gorth b/lib/stdlib.gorth index a737693..97718cb 100644 --- a/lib/stdlib.gorth +++ b/lib/stdlib.gorth @@ -1,7 +1,7 @@ -word write +define write 1 1 syscall.4 drop end -word exit +define exit 60 syscall.2 drop end |