Loops/Foreach: Difference between revisions

Content deleted Content added
→‎{{header|Objective-C}}: conventional syntax
Miks1965 (talk | contribs)
PascalABC.NET
Line 2,299:
=={{header|Pascal}}==
See [[Loops/Foreach#Delphi | Delphi]]
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
foreach var s in |'Pascal','ABC','.NET'| do
Print(s);
</syntaxhighlight>
 
=={{header|Perl}}==