home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 April / 1988-04.d64 / mini-calc2 (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1988-01-01  |  105 b   |  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.