summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/ge.st
blob: d303b773aeb905149362aa9f8ac893924c817f75 (plain)
1
2
3
4
5
6
7
#
# GE test
#
FORWARD success;
FORWARD failure;
: phase2 49 49 >= IF success ELSE failure ENDIF ;
: MAIN 7 49 >= IF phase2 ELSE failure ENDIF ;