So you can use `files.forEach { whatever(it) }` in...
# announcements
b
So you can use
files.forEach { whatever(it) }
instead of
files.forEach { wahatever(file) }