You can declare a variable for counter in the for statement, in which case the scope of the variable is the for statement. A later example demonstrates this usage.
EGL statements embedded in the for statement can change the value of delta.
EGL statements within the for statement can change the value of finish.