Home Segments Index Top Previous Next

194: 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