Loops/Foreach: Difference between revisions

m
→‎{{header|Delphi}}: More information on when feature was added
m (→‎{{header|Delphi}}: More information on when feature was added)
Line 335:
 
=={{header|Delphi}}==
for..in loops were added in Delphi 2005.
 
Supports arrays (single, multidimensional, and dynamic), sets, strings, collections and any class or interface that implements GetEnumerator().
 
Anonymous user