Martin Dørum пре 3 година
родитељ
комит
2d7cc13732
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      test/examples/control-flow.l2

+ 2
- 2
test/examples/control-flow.l2 Прегледај датотеку

@@ -7,14 +7,14 @@ loop {
}

print "\nWith while this time"
i = 0
i := 0
while {i < 10} {
print "Hallo Wrodl"
i = i + 1
}

print "\nAnd with the for loop"
i = 0
i := 0
iter := {
j := i
i = i + 1

Loading…
Откажи
Сачувај