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