The while keyword can be used to loop until a condition is met.
while
Let's write the infamous fizzbuzz using a while loop.
{while.play}