メインコンテンツまでスキップ
バージョン:25.2

repeatIndex

Function

Returns the iteration count of the innermost repeat loop being executed

repeat 3 times
put the repeatIndex
end repeat

Output:

1

2

3