05 print "Let me count to 100:" 10 a = 0 20 print a; 30 a = a + 1 40 if a = 100 then goto 60 50 goto 20 60 end