summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/lt.st
blob: 9752186160d25ed1f2e8e888a524c405a039a248 (plain)
1
2
3
4
5
6
7
#
# LT test
#
FORWARD success;
FORWARD failure;
: phase2 49 7 < IF success ELSE failure ENDIF ;
: MAIN 7 49 < IF failure ELSE phase2 ENDIF ;