it'd have the added benefit of making empty string...
# announcements
d
it'd have the added benefit of making empty strings visible as well. right now
println(listOf("", " ", "    "))
is
[,  ,   ]