grimalschi/calque

Add support for previous result

Closed this issue · 1 comments

So it would be nice to chain calculations without creating variables for each result

2+2 ( = 4)
Ans + 2 ( = 6)  // or underscore like in Python

Done