RosettaCodeData/Task/Concurrent-computing/Mathematica/concurrent-computing.math

6 lines
91 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
ParallelDo[
Pause[RandomReal[]];
Print[s],
{s, {"Enjoy", "Rosetta", "Code"}}
]