From 5e08e033ad6ddaba59734b49a5775fd0965f2b5f Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 8 Mar 2019 16:39:23 +0100 Subject: [PATCH] Assignment operators doc: tell what the { } are for refs #5430 --- doc/17-language-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =