home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 43 / 64er_Magazin_Sonderheft_43_19xx_Markt__Technik_de_Side_A.d64 / vergleichen (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  89b  |  6 lines

  1. 100 a$="floppy"
  2. 110 input "eingabe";x$
  3. 120 if x$=a$ then print"treffer"
  4. 130 if x$<>"@"then 110
  5. 140 end
  6.