mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
fix stack things and underscore and more
This commit is contained in:
parent
e9cad4b49e
commit
d715213731
10 changed files with 113 additions and 31 deletions
6
test.dil
6
test.dil
|
|
@ -1,9 +1,5 @@
|
|||
let i = 0;
|
||||
|
||||
while i < 1000 {
|
||||
print "lol";
|
||||
i = i + 1;
|
||||
}
|
||||
|
||||
|
||||
print "hi";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue