For statement

For statements enable iteration.
For statement with fully specified for clause.
For statement with condition only.
Unconditional for statement. The break keyword exits the loop.
For statement with a range clause allows iterating on arrays.
For statement with a range clause allows iterating on maps.
For statement with a range clause allows iterating on files in a bucket.