while (condition) command
condition
command
Do command while condition is true (see if for a description of allowable conditions). A series of commands must be put within braces.