For values from [value] to [value] in [variable]

Last modified by admin on 2023/10/27 08:57

Represents a for-loop. Repeats for every integer from a specified value to another specified value. 

for-values-from-brick.png

The "End of loop" will be created automatically.

Forever-end_brick.png

Example

In this example a for-loop will count from 1 to 100, whereby every number will be checked if it is dividable by a given number.

for-values-from-example.png

Result

Download

for-values-from-example2.gif