greets three times repeat(3) { println("Hello") } // greets with an index repeat(3) { index -> println("Hello with index $index") } repeat(0) {
確定! 回上一頁