Parentheses operator

Use the parentheses operator to set the order of precedence of a formula. The term in parentheses will be calculated first.

Usage:

(x+y) * z

Examples:

(1+2)*3	// Returns the value 9