The standard syntax for a while loop might look something like this:
while (someConditionThatIsTrueNowButWillEventuallyBecomeFalse) {
...