The while keyword can be used to loop until a condition is met.

Let's write the infamous fizzbuzz using a while loop.

{while.play}