LOOP_CONTROL
# LOOP_CONTROL Specifies a looping operation
# The @LOOP_CONTROL specification is used like a "do loop". When the
# required number of repeats is complete, control is passed to
# the "default_next_mode" specified under MODE, otherwise control
# is passed to the "next_loop_mode".
#
# The "num_repeats" field may be a constant, variable, or expression. If
# the "num_repeats" field is not a constant, then the value is evaluated
# on each execution of the mode.
#
# The loop_counter variable will be created if it does not exist.
# The value of the loop counter variable may be changed during the
# test if desired and it will modify the loop counting of the test.
@LOOP_CONTROL
# num_repeats next_loop_mode loop_counter
10 97 loop1