From: Alexander A. Klimov Date: Fri, 8 Mar 2019 15:39:23 +0000 (+0100) Subject: Assignment operators doc: tell what the { } are for X-Git-Tag: v2.11.0-rc1~208^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e08e033ad6ddaba59734b49a5775fd0965f2b5f;p=icinga2 Assignment operators doc: tell what the { } are for refs #5430 --- diff --git a/doc/17-language-reference.md b/doc/17-language-reference.md index 039e3ad31..eff67a0fb 100644 --- a/doc/17-language-reference.md +++ b/doc/17-language-reference.md @@ -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 =