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))
( condition )
The ( )
operator returns the result of evaluating the given
condition
. It is used to clarify policies or to explicitly define
conditional precedence.
(foo)
(bar || (baz && dub))