`n.filter { it.value < max }.forEach { ... }` ...
# announcements
c
n.filter { it.value < max }.forEach { ... }
// Note this doesn't even mention
next