mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
break!
This commit is contained in:
parent
06dd53525a
commit
628899dde7
9 changed files with 145 additions and 8 deletions
8
test.dil
8
test.dil
|
|
@ -1,7 +1,5 @@
|
|||
let i = 0;
|
||||
|
||||
while i < 100000 {
|
||||
i = i + 1;
|
||||
loop {
|
||||
break;
|
||||
}
|
||||
|
||||
print "done";
|
||||
print "hi";
|
||||
Loading…
Add table
Add a link
Reference in a new issue