aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple-if2.forth
blob: 67a72aca7e25d0e4d55becddf030d2994ce2aaf6 (plain)
1
2
3
4
5
INPUT
: f 0 if 5 . then 8 . ;
f
OUTPUT
8