Skip to content

New Version!

Compare
Choose a tag to compare
@kennedyoliveira kennedyoliveira released this 18 May 21:23
· 24 commits to master since this release

Added basic math expression:

  • Multiplication
  • Division
  • Addition
  • Subtraction

Limitations:

You can't insert space between operators, example:
100 * 2 USD EUR -> WON'T WORK
100*2 USD EUR -> WORK