home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 65 / 64er_Magazin_Sonderheft_65_19xx_Markt__Technik_de_Side_B.d64 / scroll1 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  273b  |  10 lines

  1. 5 rem scroll-up and down
  2. 10 print"[147]"
  3. 20 poke214,18:poke211,1:sys58732
  4. 30 print"dies ist ein beispieltext,"
  5. 40 printtab(1)"der um 15 zeilen gescrollt wird.":fort=1to1000:next
  6. 60 fori=1to15:sys59626:poke211,1:sys58732:fort=1to100:nextt,i
  7. 90 poke214,2:sys58732
  8. 100 fori=1to15:sys59749:poke211,1:sys58732:fort=1to100:nextt,i
  9. 110 goto10
  10.