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

From Lazarus wiki
Jump to navigationJump to search
m (Kai Burghardt moved page FOR..IN to Basic Pascal Tutorial/Chapter 3/FOR..IN: tidy up main name space: create subpage hierarchy for basic Pascal tutorial [cf. [[Special: PermaLink/149778#Cluttering of mai...)
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{FOR..IN}}
 +
{{TYNavigator|REPEAT..UNTIL|Programming_Assignment_3}}
 +
 
FOR..IN
 
FOR..IN
  
This was added in Delphi 2005, and will probably be introduced in Free Pascal 2.5/2.6, allthough there was an announcement on November 9, 2009 that it would supported in [http://www.freepascal.org/news.var 2.4].
+
This loop was added in Delphi 2005, and was introduced in Free Pascal 2.4.2.
  
 
See the following page: [[for-in_loop|for..in-loops]], which is not part of this tutorial (don't forget to return to the tutorial!).
 
See the following page: [[for-in_loop|for..in-loops]], which is not part of this tutorial (don't forget to return to the tutorial!).
  
{|style=color-backgroud="white" cellspacing="20"
+
{{TYNavigator|REPEAT..UNTIL|Programming_Assignment_3}}
|[[REPEAT..UNTIL|previous]] 
 
|[[Contents|contents]]
 
|[[Programming_Assignment_3|next]]
 
|}
 

Revision as of 02:52, 3 February 2022

български (bg) English (en) français (fr) 日本語 (ja) 中文(中国大陆)‎ (zh_CN)

 ◄   ▲   ► 

FOR..IN

This loop was added in Delphi 2005, and was introduced in Free Pascal 2.4.2.

See the following page: for..in-loops, which is not part of this tutorial (don't forget to return to the tutorial!).

 ◄   ▲   ►