diff options
Diffstat (limited to 'tests/simple-if2.forth')
-rw-r--r-- | tests/simple-if2.forth | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/simple-if2.forth b/tests/simple-if2.forth new file mode 100644 index 0000000..92bbc6b --- /dev/null +++ b/tests/simple-if2.forth @@ -0,0 +1,4 @@ +INPUT +0 if 5 . then 8 . +OUTPUT +8 |