ContinueWhile() — Restart a While() loop
While()
ContinueWhile()
Return to the top of a While loop and re-evaluate the conditional.
While(), ExitWhile()