summaryrefslogtreecommitdiff
path: root/stdlib.gorth
diff options
context:
space:
mode:
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