Here ''i'' is actually a variable (and can be named anything you want it to be named). However it is a read-only variable, so don't bother trying to write to it. The bounds of the loop are set by ''a'' and ''b'', which must be static at this point in the program. | Here ''i'' is actually a variable (and can be named anything you want it to be named). However it is a read-only variable, so don't bother trying to write to it. The bounds of the loop are set by ''a'' and ''b'', which must be static at this point in the program. |