Jump to content

Loops/Foreach: Difference between revisions

no edit summary
(There is a foreach loop in COBOL after all (although not standard-compliant). Corrected PL/I lang tag.)
No edit summary
Line 1,469:
Console.WriteLine(item)
Next</lang>
 
=={{header|Wart}}==
<lang wart>each x '(1 2 3)
prn x</lang>
 
=={{header|XPL0}}==
143

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.