Just made this while it was fresh in my mind. The "equate" input lets you put other inputs or text inside and converts it into a mathematical version. For example, 10x2 = 10x2. is true. But "equate 10x2" = 5 is true. This would also make any blank input 0, and make "equate pi" = 3.14159 etc. There is an alternate idea I had for this. This makes the current equals block the "is" block, the literal interpretation where 10x2=10x2 is true. The "equals" block would be the mathematical interpretation, where 10x2=5 is true. In my opinion, the first one works well, but tell me what you think!