A for loop

If you drag the loop tile from the bottom of the Alice development screen and drop it into the edit pane:

A for loop will be created.

I will explain in detail how to use a for loop in a future lesson.

A for loop is also an entry-condition loop.

The code in the body of the loop will continue to execute for as long as the conditional clause evaluates to true.

There are no exit-condition loops in Alice.