aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple-if.forth
blob: 668ea0de743db3ba40769ce1f19d15ee35f0fda7 (plain)
1
2
3
4
5
INPUT
1 1 = if 5 . then 8 .
OUTPUT
5
8