4 lines
48 B
Kotlin
Vendored
4 lines
48 B
Kotlin
Vendored
do {
|
|
var i = 1
|
|
i = i + 1
|
|
} while (a > b) |