Math

For integer values (1, 5, -3, 0), you can use "+", "-", "*" and "/" to make mathematic operations, this operations are executed from left to right, except if the math sequence are inside brackets, executing the contain of brackets before make the operation. You can use float values, but operations are rounded every time that the result value is stored. To use math functions with floats without data loss or strings, use commands bellow.