ForAction
data class ForAction(val identifier: String, val iterable: Value, val actions: List<Action>) : Action
Action that executes a list of actions for a given set or interval.
Parameters
identifier
Identifier of the current iterated value
iterable
Iterable to iterate during the loop
actions
Actions to execute while condition is true