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

From Free Pascal wiki
Jump to navigationJump to search
(news message refers to trunk, so not in 2.4, but afte 2.4.0)
Line 1: Line 1:
 
FOR..IN
 
FOR..IN
  
This loop 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 should supported after [http://www.freepascal.org/news.var 2.4.0].
+
This loop 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 should supported in [http://www.freepascal.org/news.var 2.4.0].
  
 
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!).

Revision as of 13:58, 14 January 2010

FOR..IN

This loop 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 should supported in 2.4.0.

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

previous contents next