Content deleted Content added
→Loops: Added foreach for Perl. |
|||
Line 64:
foreach (''type'' ''var'' in ''container'')
'''{'''
''statement(s)''
'''}'''
Perl uses the following syntax:
foreach ''var'' (''container'')
'''{'''
''statement(s)''
|