Name

While Keyword

Syntax

while Expression do Statement

Description

The while statement is the same as it is in standard Pascal. While the Expression is True, Delphi repeatedly executes the Statement. If the Expression is False the first time it is tested, the Statement never executes.

See Also

Boolean Type, Break Procedure, Continue Procedure, Do Keyword, For Keyword, Repeat Keyword
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset