From e44cf503e6c453f6905bc0f5b89d43f60ccfae72 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 2 Jan 2025 16:22:11 +0400 Subject: stdlib moved to lib directory --- lib/stdlib.gorth | 7 +++++++ stdlib.gorth | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 lib/stdlib.gorth delete mode 100644 stdlib.gorth diff --git a/lib/stdlib.gorth b/lib/stdlib.gorth new file mode 100644 index 0000000..c10b7ac --- /dev/null +++ b/lib/stdlib.gorth @@ -0,0 +1,7 @@ +word write + 1 1 syscall.4 +end + +word exit + 60 syscall.2 +end 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 -- cgit v1.2.3