Home Segments Index Top Previous Next

310: Mainline

Specialized to counting down a counter variable, the for statement becomes the counting for loop:

variable declaration 
for (counter initialization expression; 
     counter testing expression; 
     counter reassignment expression) 
  embedded statement