mirror of
https://github.com/artegoser/ONLang
synced 2025-02-23 04:33:13 +03:00
doc: scopes, update and publish version
This commit is contained in:
parent
d11d174cfa
commit
31557d6805
4 changed files with 21 additions and 2 deletions
|
@ -152,3 +152,11 @@ works only with numbers (and variables with number type)
|
|||
{ delete: "name" }, //deletes variable from memory
|
||||
]
|
||||
```
|
||||
|
||||
## Create scope
|
||||
|
||||
```json5
|
||||
[
|
||||
{scope:[..commands]}
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue