ARGV.map{.to_i}.map{ |i| { Sys.sleep(i); say i }.fork }.each{.wait}
% sidef test.sf 5 1 3 2 11 6 4 1 2 3 4 5 6 11
Last updated 1 year ago