While

From Lazarus wiki
Revision as of 08:07, 23 June 2006 by Mischi (talk | contribs) (typos corrected)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

repeats a block of statements while a condition is true.

 while (condition) do 
   (block of statements);