repeat
A command to repeat a set commands until a condition is met.
Repeat N times
Repeats set of commands N times
Repeat-while
Repeat set of commands until a condition is satisfied.
A condition can also be a JavaScript expression:
To learn more about conditions, see the following section:
Last updated
Was this helpful?