While

From Free Pascal wiki
Revision as of 18:37, 1 March 2013 by Olaf (talk | contribs)
Jump to navigationJump to search

repeats a block of statements while a condition is true.

 while (condition) do 
   (block of statements);


Keywords: begindoelseendforifrepeatthenuntilwhile