Template:Computer Programming/Control/11

      for loop

      Quite often one needs a loop where a specific variable is counted from a given start value up or down to a specific end value. You could use the while loop here — but since this is a very common loop there is an easier syntax available.

      Last modified on 24 September 2009, at 07:32