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

  1. 100 a$="drachen"
  2. 110 x=7
  3. 120 b$=right$(a$,x)
  4. 130 print b$
  5. 140 x=x-1
  6. 150 if x<>0 then 120
  7.