How to use closed ranges and open-ended ranges, both right-exclusive and right-inclusive
How to define and use slices of arrays, vectors, or other slices, using ranges
The Ranges
This shows that the 0..12 clause is not a part of the for statement syntax, but it is an expression, whose value can be assigned to a variable; that ...