Parenthesized Expressions

Syntax
ParensExpression :
     ( Expression )

Parenthesized expressions wrap a single expression and evaluate to the value of said expression. They are used to control the order of evaluation of subexpressions within an expression.