aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/test/gt.st
blob: e873b4e7cfc7045c48a34edcf027c612311f1d78 (plain)
1
2
3
4
5
6
#
# GT test
#
FORWARD success;
FORWARD failure;
: MAIN 7 49 > IF success ELSE failure ENDIF ;