10 lines
54 B
Kotlin
10 lines
54 B
Kotlin
{
|
|
init()
|
|
while (condition())
|
|
{
|
|
body()
|
|
{
|
|
update()
|
|
}
|
|
}
|
|
} |