The while loop takes the following form:
\WHILE <condition> \DO <stmt>
For example,
\WHILE some condition holds \DO some processing
produces