Comment by pansa2
6 days ago
“for” is short for “for each”, presumably. `for i in 1..=10` is short for “for each integer i in the range 1 to 10”.
6 days ago
“for” is short for “for each”, presumably. `for i in 1..=10` is short for “for each integer i in the range 1 to 10”.
Yeppers. For a few more details, one might start here: https://en.wikipedia.org/wiki/Universal_quantification