RosettaCodeData/Task/Concurrent-computing/Raven/concurrent-computing.raven

11 lines
156 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
[ 'Enjoy' 'Rosetta' 'Code' ] as $words
thread talker
$words pop "%s\n"
repeat dup print
500 choose ms
talker as a
talker as b
talker as c