Jul 2
Variable support between lines
It would be useful if I could define a variable, like price = 15, and then use that price variable in later lines for tax calculations.
Reviewing
This would make it much easier to track monthly expenses.
Agreed, keeping track of values across the whole page is the main thing missing right now.
Our app supports variables! type `price = 15` to reference `price` variable later on