<<<Index>>>

for loop timeline



        for ( init; condition; increment ) {
            statement;
        }
        ...
    
<<<Index>>>