6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
fun test() {
|
|
var i = 0
|
|
while (<expr>i</expr> < 100) {
|
|
i++
|
|
}
|
|
} |