mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
parent
84b1957139
commit
1c5e35bd79
@ -185,7 +185,7 @@ in | 7 | "foo" in [ "foo", "bar" ] (true) | Element
|
||||
^ | 10 | 17 ^ 12 (29) | Bitwise XOR
|
||||
| | 11 | 2 | 3 (3) | Binary OR
|
||||
&& | 13 | true && false (false), 3 && 7 (7), 0 && 7 (0) | Logical AND
|
||||
|| | 14 | true || false (true), 0 || 7 (7)| Logical OR
|
||||
|| | 14 | true || false (true), 0 || 7 (7)| Logical OR
|
||||
= | 12 | a = 3 | Assignment
|
||||
=> | 15 | x => x * x (function with arg x) | Lambda, for loop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user