Order of Evaluation
In scripting, the order of evaluation is generally the same as in mathematical equations. Multiplication and division
are evaluated first, then addition and subtraction, and, finally, comparisons (and/or). Contents of parentheses are
evaluated from the innermost nested to the outermost.