⬅︎ Back to Go vs. Python
For loop is used instead of any loop but foreach. Range substitutes foreach. Have a look at for loop you will see.
Thanks. I've only ever seen `for` to start a loop. No `while` or `do while`. I haven't seen the foreach thing yet.
Comment
For loop is used instead of any loop but foreach. Range substitutes foreach. Have a look at for loop you will see.
Parent comment
Thanks. I've only ever seen `for` to start a loop. No `while` or `do while`. I haven't seen the foreach thing yet.