Mathematical operators
These mathematical operators are supported:
- Addition using the + character
 - Subtraction using the - character
 - Multiplication using the * character
 - Division using the / character
 - Percentage using the % character
 
You may also use to concatenate values, such as strings.