what's the kotlin way to write something like this...
# announcements
d
what's the kotlin way to write something like this:
while ((row = csvReader.readNext()) != null) { }