1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Assignment operators doc: tell what the { } are for

refs 
This commit is contained in:
Alexander A. Klimov 2019-03-08 16:39:23 +01:00
parent 4339240b46
commit 5e08e033ad

@ -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
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>