Or using a for loop is slightly nicer: `for ((inde...
# announcements
a
Or using a for loop is slightly nicer:
for ((index, value) in listOf("a", "b", "c").withIndex()) { ... }