repeat
Repeat N times
Repeats set of commands N times
Repeat-while
Repeat set of commands until a condition satisfies.
A condition can also be a JavaScript expression:
To learn more about conditions, see the following section:
To learn more about JavaScript support refer to the following page:
Last updated