'do..while' and assignments

This commit is contained in:
Andrey Breslav
2011-03-17 17:12:55 +03:00
parent 1c36c9be16
commit 36513aabb9
8 changed files with 182 additions and 89 deletions
+3
View File
@@ -30,5 +30,8 @@ fun test() : Unit {
}
for (~l~l : Int in 1..2) {
`l`l`:std::Int`
while (true) {
`l`l
}
}
}