if I’m in a `forEach{it…` but then i want to do `m...
# getting-started
j
if I’m in a
forEach{it…
but then i want to do
myList.any{??
how can i use it in the any and it not get confused with the
it
in the forEach?