Loops/Foreach: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Line 273:
}</lang>
 
=={{header|BASIC256BASIC}}==
 
==={{header|BASIC256}}===
BASIC-256 does not have a FOR EACH type statement. Use a FOR loop to iterate through an array by index.
<lang BASIC256>DIM collection$(1)