Make things happen, and then make them happen again
/loop
in the editor, and hit Enter
. You’ll be prompted to fill in a name and the condition
and action for the loop.
Condition type | How it works |
---|---|
Count | Stops after a fixed number of iterations |
List | Loops once for every element in a list, giving the action each such element, one at a time |
Expression | Choose a condition when the loop should stop repeating, e.g. @user_input = "done" |