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