aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lxiny-examples
diff options
context:
space:
mode:
authordan <[email protected]>2023-06-02 16:22:29 -0400
committerdan <[email protected]>2023-06-02 16:22:29 -0400
commitac8a2fd77f7661b60cf2b272090ece67f65951db (patch)
treed45442d8bcf5c40febb85fc35d02c6c4f1d3684e /tests/lxiny-examples
parent558b0646c5580454dd35a6bdee07bcc711db134e (diff)
downloadforth-ac8a2fd77f7661b60cf2b272090ece67f65951db.tar.gz
forth-ac8a2fd77f7661b60cf2b272090ece67f65951db.tar.bz2
forth-ac8a2fd77f7661b60cf2b272090ece67f65951db.zip
refactor: always output via buffer
Diffstat (limited to 'tests/lxiny-examples')
-rw-r--r--tests/lxiny-examples/stack-manipulation.forth2
1 files changed, 1 insertions, 1 deletions
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