feat: scopes of visibility, delete variable

now, after exiting the scope (loop, if), all the variables that were in it are deleted
This commit is contained in:
Artemy 2022-08-08 18:31:26 +03:00
parent fdd7e2abc8
commit 9da82cde2a
4 changed files with 80 additions and 20 deletions

View file

@ -179,7 +179,6 @@
body: ["break"],
},
},
{
assign: {
num: { calc: [{ var: "num" }, "+", 1] },