Loop
Create a loop of indices, ex: a count of 3 outputs a loop of [0, 1, 2]. Similar to a for loop in programming.
To learn more about loops, see the Introduction to Loops.
Loop
- Count
- Index
- Count
A number that represents the number of indices in the loop.
- Index
A loop of indices.