Note: You can chain multiple operations like 5 + 1 * 2 / 2 - 4 = 2. Of course, operator precedence is not taken into account, because operations are performed one at a time and the result of the previous operation is used as a base for the next one.
Changelog: