try to fix stack things

This commit is contained in:
nora 2022-01-07 21:45:00 +01:00
parent 628899dde7
commit e9cad4b49e
4 changed files with 34 additions and 6 deletions

View file

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