Loops/Foreach: Difference between revisions

Content added Content deleted
Line 327: Line 327:


==={{header|BaCon}}===
==={{header|BaCon}}===
BaCon includes support for ''delimited strings''. Delimited strings form a type of collection. Along with with this support is a <code>for in</code> loop. Not quite a <code>for each</code> but pretty close.
BaCon includes support for ''delimited strings''. Delimited strings form a type of collection. Along with this support is a <code>for in</code> loop. Not quite a <code>for each</code> but pretty close.


<lang freebasic>OPTION COLLAPSE TRUE
<lang freebasic>OPTION COLLAPSE TRUE