mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7001 from Icinga/bugfix/doc-assignment-5430
Assignment operators doc: tell what the { } are for
This commit is contained in:
commit
002f8e36f5
|
@ -252,7 +252,7 @@ A list of available functions is available in the [Library Reference](18-library
|
||||||
|
|
||||||
In addition to the `=` operator shown above a number of other operators
|
In addition to the `=` operator shown above a number of other operators
|
||||||
to manipulate attributes are supported. Here's a list of all
|
to manipulate attributes are supported. Here's a list of all
|
||||||
available operators:
|
available operators (the outermost `{` `}` stand for a local variable scope):
|
||||||
|
|
||||||
### Operator = <a id="operator-assignment"></a>
|
### Operator = <a id="operator-assignment"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue