The ( ) Operator

Syntax
( condition )

The ( ) operator returns the result of evaluating the given condition. It is used to clarify policies or to explicitly define conditional precedence.

Examples:

(foo)
(bar || (baz && dub))