home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1986 July / 64er_Magazin_86-07_1986_Markt__Technik_de.d64 / text_graf.mps801 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  154b  |  9 lines

  1. 10 rem - druck von text und grafik -
  2. 20 open1,4
  3. 30 print#1," test";
  4. 40 print#1,chr$(8): rem grafik ein
  5. 50 fori=1to128
  6. 60 print#1,chr$(i+127);
  7. 70 nexti
  8. 80 print#1,chr$(15):rem normaltext
  9.