16.3 REPEAT

V_REPEAT[n] This is the repeat index for repeat commands. It starts at 1 and is equal to the number of repeats when the loop terminates. You may specify the loop number as n. If n is omitted it is the current inner loop. If n is negative it is the next outer loop. example TD:REPEAT 2 "TYPE ""A"",S_REPEAT;REPEAT 3 ""TYPE S_REPEAT,'| 'S_REPEAT[-1]"""; Types: A1.0 1.0|1.0 2.0|1.0 3.0|1.0 A1.0 1.0|2.0 2.0|2.0 3.0|2.0