fix stack things and underscore and more

This commit is contained in:
nora 2022-01-08 12:03:44 +01:00
parent e9cad4b49e
commit d715213731
10 changed files with 113 additions and 31 deletions

View file

@ -1,9 +1,5 @@
let i = 0;
while i < 1000 {
print "lol";
i = i + 1;
}
print "hi";
}