while

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

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

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX