Type
Logic
Introduction
Execute a written logic within an integer range. By entering the start value, end value, and the step, you can define the range for the logic to be executed. Normally, you can use the returned array from this block to manipulate the elements in the list and print them. For instance, you can add elements into a list using indices.
Note: The index value begins from the start value and ends until it is no longer smaller than the end value.
Related block: Obtain