diff options
Diffstat (limited to 'tests/lxiny-examples/printall.forth')
-rw-r--r-- | tests/lxiny-examples/printall.forth | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lxiny-examples/printall.forth b/tests/lxiny-examples/printall.forth new file mode 100644 index 0000000..578f7e3 --- /dev/null +++ b/tests/lxiny-examples/printall.forth @@ -0,0 +1,5 @@ +INPUT +5 2 3 56 76 23 65 +.s +OUTPUT +<7> 5 2 3 56 76 23 65 |