doc: scopes, update and publish version

This commit is contained in:
Artemy 2022-08-08 19:03:16 +03:00
parent d11d174cfa
commit 31557d6805
4 changed files with 21 additions and 2 deletions

View file

@ -152,3 +152,11 @@ works only with numbers (and variables with number type)
{ delete: "name" }, //deletes variable from memory
]
```
## Create scope
```json5
[
{scope:[..commands]}
]
```