Comment

tural

For loop is used instead of any loop but foreach. Range substitutes foreach. Have a look at for loop you will see.

Parent comment

Peter Bengtsson

Thanks. I've only ever seen `for` to start a loop. No `while` or `do while`. I haven't seen the foreach thing yet.