blob: 89d5a9cb681517f40c5f9755dc07ed74b671943b [file] [log] [blame]
Chris Lattnere44f1db2003-11-23 18:12:22 +00001#
2# ADD test
3#
4FORWARD success;
5FORWARD failure;
6: step2 7 93 + 100 = IF success ELSE failure ENDIF ;
7: MAIN 93 7 + 100 = IF step2 ELSE failure ENDIF ;