Specialized to counting down a counter variable, the for statement becomes the counting loop:
for
for (counter initialization expression; counter testing expression; counter reassignment expression) embedded statement or block