x = <<>>; for (i in 1:9) { x.[i] = rand(); } y = <<>>; for (i in members(x)) { y.[i] = sin( x.[i] ); }