the top one, it would unfortunately need to be thi...
# announcements
m
the top one, it would unfortunately need to be this:
Copy code
var line: String?
do {
    line = reader.readLine()
    if (line != null) {
        ...
    }
} while (line != null)