loop
The loop
action loop over a variable. It belongs to the loops category within the control area.
Action Syntax
loop 123 times
A numeric value followed by a value
loop $variable times
A variable name starting with $ followed by a value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
loop 10 times
// Using Variables
// Display dynamic content from variables
loop $number times
Action code: 697386547
Version: 0.6.4
Last updated: 2025-06-13