9 lines
95 B
Kotlin
9 lines
95 B
Kotlin
{
|
|
init()
|
|
while (true) {
|
|
body()
|
|
{
|
|
update()
|
|
}
|
|
}
|
|
} |