From b6b9e29c1484c9c8b8af2b382d3a9d796c310217 Mon Sep 17 00:00:00 2001 From: exegete Date: Sat, 17 Oct 2020 03:33:08 +0300 Subject: Common dir added, stderr output, minor changes --- common/macro.sts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/macro.sts (limited to 'common/macro.sts') diff --git a/common/macro.sts b/common/macro.sts new file mode 100644 index 0000000..f8620d5 --- /dev/null +++ b/common/macro.sts @@ -0,0 +1,9 @@ +[ local 1 + top as %1% +] + +[ change 0 + dup get + swap 2 get swap 2 + set + swap drop +] -- cgit v1.2.3