Pristine Ack-5.5
[Ack-5.5.git] / lang / basic / test / test12.b
1 100 gosub 200
2 110 print "succeeded"
3 120 stop
4
5 200 print "subroutine"
6 210 return