As everybody knows (or should if they don't), a For Loop is a statement in programming languages that allow you to iterate (repeat) a body of statements. That's what a loop is (repeating a body of statements). There are three common loops: For Loop, While Loop, and GoTo Loop.
Full article