I have not read back through the entire conversati...
# announcements
j
I have not read back through the entire conversation, but I do this: for (i: Int in 0..5) { println("Hello, ${i}!") }
3