subhoney / VisualCalculator

A calculator coded in C#. Codenamed: "Joshulator"
MIT License
0 stars 3 forks source link

M, MR, MC #4

Open subhoney opened 8 years ago

subhoney commented 8 years ago

Feature Request

Add M, MR and MC buttons.

Functions

  1. M adds a value to a singleton public variable.
  2. MR recalls the M-ed value.
  3. MC clears the saved M-value.