8 Loops

8.1 while Loop (Video)

8.2 do-while Loop

8.3 for Loop

    8.3.1 Range Type

    8.3.2 yield

    8.3.3 if Guards

    8.3.4 Multiple Generators

    8.3.5 Patterns in for Loops

    8.3.6 Variable Declarations

8.4 Multidimensional Arrays

8.5 Testing

8.6 Putting it Together