mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
add pretty print
This commit is contained in:
parent
1a77e710d5
commit
76af14a9f4
11 changed files with 114 additions and 5 deletions
3
test.dil
3
test.dil
|
|
@ -1,7 +1,6 @@
|
|||
let i = 0;
|
||||
|
||||
while i < 100 {
|
||||
print i;
|
||||
while i < 100000 {
|
||||
i = i + 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue