Kotlin wiederholen n mal
repeat(repetitions) {
// Do something
}
RosiePuddles
repeat(repetitions) {
// Do something
}