mirror of https://github.com/Icinga/icinga2.git
parent
cd36ca2f3f
commit
591c67cabb
|
@ -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…
Reference in New Issue