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

  1. 100 input "string #1";a$
  2. 110 if a$="@" then end
  3. 120 input "string #2";b$
  4. 130 if a$>b$ then print "#1"
  5. 140 if a$<b$ then print "#2"
  6. 150 goto 100
  7.