21 lines
184 B
Kotlin
21 lines
184 B
Kotlin
fun test() {
|
|
do {
|
|
} while (true)
|
|
|
|
do{
|
|
}while(true)
|
|
|
|
do
|
|
{
|
|
}
|
|
while
|
|
(true)
|
|
|
|
do
|
|
{
|
|
}
|
|
while (true)
|
|
|
|
do {
|
|
} while (true)
|
|
} |