Difference between revisions of "Basic Pascal Tutorial/Chapter 3/FOR..IN"

From Lazarus wiki
Jump to navigationJump to search
(New page: FOR..IN This was added in Delphi 2005, and will be introduced in Free Pascal 2.5/2.6 See the following page: for-in_loop which is not part of this tutorial. {|style=color-backgroud=...)
 
Line 6: Line 6:
  
 
{|style=color-backgroud="white" cellspacing="20"
 
{|style=color-backgroud="white" cellspacing="20"
|[[WHILE..DO|previous]]   
+
|[[REPEAT..UNTIL|previous]]   
 
|[[Contents|contents]]  
 
|[[Contents|contents]]  
 
|[[Programming_Assignment_3|next]]
 
|[[Programming_Assignment_3|next]]
 
|}
 
|}

Revision as of 16:01, 5 January 2010

FOR..IN

This was added in Delphi 2005, and will be introduced in Free Pascal 2.5/2.6

See the following page: for-in_loop which is not part of this tutorial.

previous contents next