diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-02 16:19:32 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-02 16:19:32 +0400 |
commit | 9cd983e4c502736667cad8549e6251f592f5f582 (patch) | |
tree | b2539b9d3091b3c407f7b5423200dc0bc1e13fa5 | |
parent | 3bd403466c21a65ef87f604760d0e42eda7e8e38 (diff) |
standard library added
-rw-r--r-- | stdlib.gorth | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stdlib.gorth b/stdlib.gorth new file mode 100644 index 0000000..c10b7ac --- /dev/null +++ b/stdlib.gorth @@ -0,0 +1,7 @@ +word write + 1 1 syscall.4 +end + +word exit + 60 syscall.2 +end |