aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nested-ifs3.forth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nested-ifs3.forth')
-rw-r--r--tests/nested-ifs3.forth5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nested-ifs3.forth b/tests/nested-ifs3.forth
new file mode 100644
index 0000000..729229d
--- /dev/null
+++ b/tests/nested-ifs3.forth
@@ -0,0 +1,5 @@
+INPUT
+: f if 99 . if 88 . then 77 . then 66 . ;
+0 0 f
+OUTPUT
+66