`for (value in values) { if (test(value)) println...
# announcements
p
for (value in values) {  if (test(value)) println("hit")  }