My example with `1,2,3` was misleading. One use ca...
# announcements
a
My example with
1,2,3
was misleading. One use case is to be able to apply an action to a couple of views specified inline, like
forEach(title, description, email) { it.text = "" }
. I know I could write
listOf
, but wanted to avoid it if I can 😛