Difference between revisions of "While"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 4: Line 4:
  
 
{{Keywords}}
 
{{Keywords}}
 +
[[category:Pascal]]

Revision as of 18:37, 1 March 2013

repeats a block of statements while a condition is true.

 while (condition) do 
   (block of statements);


Keywords: begindoelseendforifrepeatthenuntilwhile