HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
Boolean Operator Precedence and Association
When multiple operators appear in a Boolean expression, the following precedence
and association rules are applied:
Precedence Rules:
Following are the precedence rules in decreasing order:
( )
!
<, >, <=, >=
!=
&&
||
=
Association Rules:
Following are the association rules:
&& left-to-right
|| left-to-right
! right
The following examples illustrate the rules of precedence:
Defining a Policy in a Decision File 433