From ac8a2fd77f7661b60cf2b272090ece67f65951db Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 2 Jun 2023 16:22:29 -0400 Subject: refactor: always output via buffer --- tests/lxiny-examples/stack-manipulation.forth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lxiny-examples') diff --git a/tests/lxiny-examples/stack-manipulation.forth b/tests/lxiny-examples/stack-manipulation.forth index 1192bb9..0d1924c 100644 --- a/tests/lxiny-examples/stack-manipulation.forth +++ b/tests/lxiny-examples/stack-manipulation.forth @@ -1,6 +1,6 @@ INPUT 3 dup .s clearstack -2 5 swap .s clearstack +2 5 swap .s clearstack 6 4 5 rot .s clearstack 4 0 drop .s clearstack 1 2 3 nip .s clearstack -- cgit v1.2.3