]> granicus.if.org Git - icinga2/commitdiff
Assignment operators doc: tell what the { } are for 7001/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Mar 2019 15:39:23 +0000 (16:39 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Mar 2019 15:39:23 +0000 (16:39 +0100)
refs #5430

doc/17-language-reference.md

index 039e3ad319bbc5eea32680eadfceb1d244ec4902..eff67a0fb79f547d9323f64c0671c2122645c01c 100644 (file)
@@ -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>