Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 284 Bytes

loops_ii.md

File metadata and controls

7 lines (5 loc) · 284 Bytes

Loops II

while loops are enough to make any looping logic that you might want, but they aren't the only kind of loops you will see.

There are tasks which would require a while loop, but are common enough that there are other kinds of loops that are shortcuts to writing them.