foreach
is expanding the list into elements exactly as any other list expansion does, and then iterating over those elements. What is wrong?
foreach
is expanding the list into elements exactly as any other list expansion does, and then iterating over those elements. What is wrong?