home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 79 / 64er_Magazin_Sonderheft_79_19xx_Markt__Technik_de_Side_B.d64 / demo-maker (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  215b  |  11 lines

  1. 10 open1,8,2,"@0:demo.tron,s,w"
  2. 20 forq=0to624:print#1,chr$(1);:next
  3. 30 print#1,chr$(8);chr$(12);
  4. 40 print#1,chr$(16);chr$(12);
  5. 50 print#1,chr$(12);chr$(8);
  6. 60 print#1,chr$(12);chr$(16);
  7. 70 close1
  8. 80 open1,8,2,"@0:demo.score,s,w"
  9. 90 forq=0to4:print#1,"----------":print#1,0:next
  10. 100 close1
  11.