Files
kotlin-fork/j2k/testData/fileOrElement/for/commonCaseForTest.kt
T
2015-03-31 16:10:22 +03:00

5 lines
54 B
Kotlin
Vendored

init()
while (condition()) {
body()
update()
}