--Overview-- -{ Enter an equation with only integers, +, -. *, and /. -{ It can be as long as you want. -{ If your equation contains something it cannot do anything with, it will return your equation or 0. (example: if you enter 8*3, it will return 8*3 or 0). -{ Your equation can contain spaces. --Notes-- -{ Please enter any bugs you find in the comments. --Version History-- -{ v1.0: Shared! :) Can solve addition and subtraction. -{ v1.1: Added multiplication and division. Can now solve equations with the four basic operations. Follows order of operations. Still going strong! :)
--Evaluator v1.1-- --Credits-- -{ Code 100% by @triskedekaphobia. :) -{ Inspiration from @-Rex- 's evaluator. ( https://scratch.mit.edu/projects/297865967/ ) --Next Update (v1.2)-- -{ Exponents -{ Maybe Parentheses? --Equations To Try-- -{ 1 + 3 -{ 8 * 4 -{ 12*3+2 -{ 12*3*4 -{ Any in the comments!