Brick Documentation

⌘K
  1. Home
  2. Docs
  3. Brick Documentation
  4. Control
  5. For values from 1 to 10 in

For values from 1 to 10 in

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.