home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 171 / 171.d81 / tester (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  76b  |  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.