home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 28 / 64er_Magazin_Sonderheft_28_19xx_Markt__Technik_de_Side_B.d64 / read-id (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  122b  |  8 lines

  1. 100 open 1,8,15
  2. 110 open 2,8,2,"#"
  3. 150 print#1,"u1:";2;0;18;0
  4. 155 print#1,"b-p:";2;162
  5. 160 get#2,a$: get#2,b$
  6. 170 print a$;b$
  7. 180 close 1:close 2
  8.