QUESTION QUICKLY: how save an array to another array

Another one-liner ;D

array2[a] = array1[x]; array2[b] = array1[y]; array2[c] = array1[z];