Another idea could be this: ``` val sequence = gen...
# announcements
t
Another idea could be this:
Copy code
val sequence = generateSequence { in.readLine() }
for (line in sequence) {
...
}