Syntax documentationwhile_statement Locate this document in the navigation structure

Syntax Syntax

  1. <while_statement> ::=
      WHILE <search_condition> DO <statement>
End of the code.