while循环

while (x > 0) {
    x--
}
do {
    val y = retrieveData()
} while (y != null)

results matching ""

    No results matching ""