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

  1. 10 get a$:if a$="" then 10
  2. 20 a=asc(a$)
  3. 30 print a$,a
  4. 40 goto 10
  5.