( condition )
The ( ) operator returns the result of evaluating the given condition. It is used to clarify policies or to explicitly define conditional precedence.
( )
condition
Examples:
(foo) (bar || (baz && dub))
(foo)
(bar || (baz && dub))