noun
loop variable
A variable used to control the iterations of a loop in programming.
for文の中でループ変数iが1から10まで変化する。
In the for statement, the loop variable i changes from 1 to 10.
Compound of ループ (loop) and 変数 (variable), a direct calque from English 'loop variable'.