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

@ -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: {