The while keyword can be used to loop until a condition is met.
while
Let's write the infamous FizzBuzz using a while loop.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX