home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / basic / part4 / bstest / tdata.bs < prev    next >
Encoding:
Text File  |  1986-11-30  |  134 b   |  8 lines

  1. 10 data 10,20,15,30,5,35,12,32,0
  2. 20 read i%
  3. 30 if i%==0 then goto 200
  4. 40 print itoa(i%),
  5. 50 goto 20
  6. 200 print "\nOut of data"
  7. 210 end
  8.