From b52e5b548ad1b9143818891d5642cf9470a41b53 Mon Sep 17 00:00:00 2001 From: mRnea Date: Wed, 14 Aug 2024 00:42:24 +0300 Subject: added a simple test for macros, also more cli stuff --- test/makro.lorth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/makro.lorth (limited to 'test/makro.lorth') diff --git a/test/makro.lorth b/test/makro.lorth new file mode 100644 index 0000000..405f98b --- /dev/null +++ b/test/makro.lorth @@ -0,0 +1,6 @@ +;;; test +;;; (format nil "Hello world!..~%") +makro write değiş 1 syscall-3 son +makro stdout 1 son + +stdout "Hello world!..\n" write -- cgit v1.2.3