home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / 91xx / 9108a.d64 / using.demo (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  122b  |  6 lines

  1. 1 IFPEEK(51201)<>253THENLOAD"USING",8,8
  2. 10 INPUT"BETRAG IN DM";DM
  3. 20 SYS51200,DM,15,128,1,2,42,2,BE$
  4. 30 PRINT"BETRAG: DM ";BE$
  5. 40 END
  6.