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 c10b7ac..a737693 100644 --- a/lib/stdlib.gorth +++ b/lib/stdlib.gorth @@ -1,7 +1,7 @@ word write - 1 1 syscall.4 + 1 1 syscall.4 drop end word exit - 60 syscall.2 + 60 syscall.2 drop end |