Skip to content

SimpleCalc v1.3

Choose a tag to compare

@skyler-code skyler-code released this 17 May 17:17
· 89 commits to master since this release

Added a running total mechanism. This means you now can do something like...

/calc 1+1
[SimpleCalc]: 1+1 = 2
/calc +1
[SimpleCalc]: 2+1 = 3

There is also a "last" variable so you can do...

/calc 3*last
[SimpleCalc]: 3*3 = 9

Bumped toc to 8.1