Countable for loop syntax with single statement

1 for (
2? iteration_variable
3 ; exit_condition ; increment_expression ) statement