home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 171 / 171.d81 / tester (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1998-01-01  |  76 b   |  5 lines

  1. 10 open2,2,2,chr$(6)+chr$(16)
  2. 20 get#2,a$:getb$:printa$;b$;
  3. 30 ifb$<>""thenprint#2,b$;
  4. 40 goto20
  5.