mirror of
https://github.com/artegoser/ONLang
synced 2025-02-20 19:23:14 +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
|
@ -245,6 +245,17 @@
|
|||
],
|
||||
},
|
||||
|
||||
"\n\nCheck scopes of visibility",
|
||||
{
|
||||
scope: [
|
||||
{ let: { scoped: "Value" } },
|
||||
["scoped = ", { var: "scoped" }],
|
||||
['isExist("scoped"): ', { isExist: "scoped" }],
|
||||
],
|
||||
},
|
||||
"After scope",
|
||||
['isExist("scoped"): ', { isExist: "scoped" }],
|
||||
|
||||
"\nInput a var",
|
||||
{
|
||||
let: {
|
||||
|
|
Loading…
Add table
Reference in a new issue