Loops/Foreach: Difference between revisions

m
Line 1,681:
</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Foreach over list of strings
<lang mathematica>s = (StringSplit@Import["ExampleData/USConstitution.txt"])[[1;;7]];
1,111

edits