Loops/Foreach: Difference between revisions

Content added Content deleted
No edit summary
Line 634:
FOR INDEX$=("The","quick","brown","fox","jumps","over","the","lazy","dog.") DO
PRINT(INDEX$;" ";)
NEXTEND FOR
PRINT
</lang>
 
 
=={{header|Euphoria}}==