
This brick runs a set of instructions a specific number of times, using a counter that starts at one value and ends at another. It’s like setting up a loop where you know exactly how many times you want it to run.
Imagine you have a list of items, and you want to do something with each one. This block lets you go through each item one by one, doing the same thing to each.

You must be logged in to post a comment.