Pristine Ack-5.5
[Ack-5.5.git] / lang / basic / test / test08.b
1 100 print "start"
2 110 goto 130
3 115 print "fail 115"
4 120 print "line 120"
5 125 goto 140
6 127 print "fail 127"
7 130 goto 120
8 140 print "end"