summaryrefslogtreecommitdiff
path: root/stdlib.gorth
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-02 16:22:11 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-02 16:22:11 +0400
commite44cf503e6c453f6905bc0f5b89d43f60ccfae72 (patch)
treec094c77b93ef2fbbb55c2a0a72f38aceca744089 /stdlib.gorth
parent9cd983e4c502736667cad8549e6251f592f5f582 (diff)
stdlib moved to lib directory
Diffstat (limited to 'stdlib.gorth')
-rw-r--r--stdlib.gorth7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdlib.gorth b/stdlib.gorth
deleted file mode 100644
index c10b7ac..0000000
--- a/stdlib.gorth
+++ /dev/null
@@ -1,7 +0,0 @@
-word write
- 1 1 syscall.4
-end
-
-word exit
- 60 syscall.2
-end