for expression
A for expression, sometimes called a for loop, is the same as a loop expression, except that for expressions are constrained, which means that the number of iterations is known before the for loop is executed, and decisions on when to exit the loop are automated. For more info, see For.