`repeat` gives you the index: `repeat(5) { println...
# eap
p
repeat
gives you the index:
repeat(5) { println(it) }