Closed stefan-brus closed 10 years ago
Add functionality for the basic math operators subtraction, multiplication and division.
Divison should have the same precedence as multiplication, which should have higher precedence than additon and subtraction, which should have the same.
All basic math operators have been added.
Add functionality for the basic math operators subtraction, multiplication and division.
Divison should have the same precedence as multiplication, which should have higher precedence than additon and subtraction, which should have the same.