summaryrefslogtreecommitdiffstats
path: root/doc/antora/modules/unlang/pages/condition/para.adoc
blob: bdb3f013c3ba72d885209f2169197ea952edd0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= The ( ) Operator

.Syntax
[source,unlang]
----
( 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))`

// Copyright (C) 2020 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
// Development of this documentation was sponsored by Network RADIUS SAS.