home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1996 August / 64er_Magazin_96-08_1996_Markt__Technik_de_Side_A.d64 / mb-demo (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  334b  |  14 lines

  1. 10 cls:type1
  2. 15 text"                  "
  3. 20 text" einfache windows "
  4. 25 text"                  "
  5. 30 window1,1,1,0:delete
  6. 40 type2
  7. 45 text"                             "
  8. 50 text" mit einer basic-erweiterung "
  9. 55 text"                             "
  10. 60 window3,10,1,1
  11. 70 print:print:print
  12. 75 print"mauszeiger geht auch!"
  13. 80 mouse150,150
  14.