Loops/Foreach: Difference between revisions

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



=={{header|Euphoria}}==
=={{header|Euphoria}}==