What about ```for (i in 0 until 10) { val f = ...
# announcements
k
What about
Copy code
for (i in 0 until 10) {
    val f = i / 10f
    ...
}