Repeat-cmd
Execute the script the number of times specified by numberTimes, or until an error occurs, or until the break command is executed.
repeat numberTimes {script}
Example 1
The following script creates six graph windows from the TERNARY.OTP template with enumerated titles.
repeat 6 { win -t plot ternary; }