() operator

Synopsis
This operator marks an expression which has precedence over other parts of the expression.
Variations
( PrecedentExpression )
Marks an expression with precedence.
Parameters
PrecedentExpression

Specifies an expression with precedence

Supported types: Numeric; Boolean.
Returns
Returned types: Numeric; Boolean.
Examples
1.

The following example returns 16.

((2+2)*4)