mirror of https://github.com/Icinga/icinga2.git
parent
fd0bc8d321
commit
3fcb93fd41
|
@ -154,7 +154,7 @@ The following operators are supported in expressions:
|
|||
|
||||
Operator | Examples (Result) | Description
|
||||
---------|-----------------------------------------------|--------------------------------
|
||||
! | !"Hello" (false), !false (true) | Logical negation of the operand
|
||||
! | !"Hello" (false), !false (true) | Log<!-- ignore BLACKLIST -->ical negation of the operand
|
||||
~ | ~true (false) | Bitwise negation of the operand
|
||||
+ | 1 + 3 (4), "hello " + "world" ("hello world") | Adds two numbers; concatenates strings
|
||||
- | 3 - 1 (2) | Subtracts two numbers
|
||||
|
|
Loading…
Reference in New Issue