You should be able to continue the calculation of the previous result

Issue #1104 resolved
Luca Paun created an issue

On the regular calculator, for example, after you add 2 + 3 and get 5, you can continue to use this value in the next calculation (e.g. + 4 and you get 9, then divide by 3 and you get 3 and so on).
Currently you’ll get either a compile error, or the current input number, or a function.

Comments (3)

  1. Dbug

    Works for me in 0.12.

    I do indeed get “compile error” when I enter the “+” after a result, but as soon as I add a new number after that it does work.

    2+3
    = 5

    (then press the “+” key followed by “4”)

    ans+4
    = 9

  2. Log in to comment