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