diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-05 00:16:40 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-05 00:16:40 +0400 |
commit | 4ff7af5bc1c75c49dac2416e3fdc49db19b16f80 (patch) | |
tree | 1e01f2a7e96531e59eaf95bab68242cbdfc3162a | |
parent | f3b12eb931da44a27c2409152ea976479ad45f58 (diff) |
library updated so that it follow the new syntax
-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 |