Home 14: Loops
Content
Cancel

14: Loops

Loops executing an action-block multiple times. So you can control how often a specific part of your code is run.

You have to know 3 things to use loops:

  1. What do you want yo repeat?
  2. How often do you want to repeat it?
  3. What should be changed with every iteration?

There are different versions of loops and we will have a closer look at them.

This post is licensed under CC BY 4.0 by the author.