mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
while!
This commit is contained in:
parent
a4dfbb5cd3
commit
48f2bee7f0
8 changed files with 85 additions and 16 deletions
11
test.dil
11
test.dil
|
|
@ -1,3 +1,8 @@
|
|||
if 54 > 53 {
|
||||
print "hallo conny";
|
||||
}
|
||||
let i = 0;
|
||||
|
||||
while i < 100 {
|
||||
print i;
|
||||
i = i + 1;
|
||||
}
|
||||
|
||||
print "done";
|
||||
Loading…
Add table
Add a link
Reference in a new issue