mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
loop
This commit is contained in:
parent
a93412c3cd
commit
09deb07e85
4 changed files with 36 additions and 21 deletions
14
test.dil
14
test.dil
|
|
@ -1,11 +1,3 @@
|
|||
let x = 5;
|
||||
|
||||
let y = 0;
|
||||
|
||||
if x < 0 {
|
||||
y = x;
|
||||
} else {
|
||||
y = "hello it is smaller";
|
||||
}
|
||||
|
||||
print y;
|
||||
if 54 > 53 {
|
||||
print "hallo conny";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue