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
[label :] WHILE <criteria>
    statement
Syntax rules
  • The label must not be the same as any label that is used in statements that contain this one.

results matching ""

    No results matching ""