mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
try to fix stack things
This commit is contained in:
parent
628899dde7
commit
e9cad4b49e
4 changed files with 34 additions and 6 deletions
8
test.dil
8
test.dil
|
|
@ -1,5 +1,9 @@
|
|||
loop {
|
||||
break;
|
||||
let i = 0;
|
||||
|
||||
while i < 1000 {
|
||||
print "lol";
|
||||
i = i + 1;
|
||||
}
|
||||
|
||||
|
||||
print "hi";
|
||||
Loading…
Add table
Add a link
Reference in a new issue