home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 11 / 64er_Magazin_Sonderheft_11_86-11_1986_Markt__Technik_de_Side_A.d64 / s-teil4 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  95b  |  5 lines

  1. 10 open2,8,1,"teil4,p,w"
  2. 20 print#2,chr$(0)chr$(224);:a=8192
  3. 30 print#2,chr$(peek(a));:a=a+1:ifa<>16192then30
  4. 40 close2
  5.