Operation: n times repeat
The operation marks the start of a n-times repeat loop. The operations
between the start and the end of the loop are repeated n times.
Options

number of repetitions: The number of times the operations within the loop are repeated.
Parameter
The operation has no parameters.
Results
nTimesRepeatOperation (NTimesRepeatOperation): The operation itself. The operation marking the end of the loop needs this result as input.