8 lines
118 B
Text
8 lines
118 B
Text
|
|
var a = <Enjoy Rosetta Code>
|
||
|
|
|
||
|
|
a.map{|str|
|
||
|
|
{ Sys.sleep(1.rand)
|
||
|
|
say str
|
||
|
|
}.fork
|
||
|
|
}.map{|thr| thr.wait }
|