2188af2bf9
#KT-4670 Fixed
7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
run {
|
|
init()
|
|
while (condition()) {
|
|
body()
|
|
update()
|
|
}
|
|
} |