home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 April / 1988-04.d64 / mini-calc2 (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  105b  |  4 lines

  1. 10 print:ex$="":input "input a numeric expression";ex$
  2. 20 print ex$;" =";val(ex$):if peek(781)<>0 then sys 42039
  3. 30 goto 10
  4.