^ And actually in that example The FOR loop makes: I=0 I=1 I=2 I=3 ... I=97 I=98 I=99 And for each value of I, it runs whatever is inside the loop, in this case it runs READ DIGITS[0] all the way to READ DIGITS[99]