From 4ff7af5bc1c75c49dac2416e3fdc49db19b16f80 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 5 Jan 2025 00:16:40 +0400 Subject: library updated so that it follow the new syntax --- lib/stdlib.gorth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdlib.gorth') 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 -- cgit v1.2.3