Assignment operators doc: tell what the { } are for

refs #5430
This commit is contained in:
Alexander A. Klimov 2019-03-08 16:39:23 +01:00
parent 4339240b46
commit 5e08e033ad
1 changed files with 1 additions and 1 deletions

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