> > > > > 10 print "should go first" 20 print "testing" 25 if a>b then goto 10 30 goto 20 > > >