home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / games / c64 / testdisk.d64 / for (.txt) next >
Commodore BASIC  |  1993-07-29  |  70b  |  7 lines

  1. 10 T=TI
  2. 20 FORN=1TO1000
  3. 30 PRINT"N="N
  4. 40 NEXT
  5. 50 T=TI-T
  6. 60 PRINT"TIME:"T
  7.