[label :] WHILE <criteria>
statement
While statement
A WHILE
statement is an iterative control construct that is used to execute a statement repeatedly whenever a specified condition is met.
Usage
Syntax rules
-
The label must not be the same as any label that is used in statements that contain this one.