ArrToMultiArr(A: LIST, L: LIST): LIST
/**/ use QQ[x,y,z]; /**/ A := [x, y, z]; /**/ ArrToMultiArr(A, [1, 3, 2]); [[x, 1], [y, 3], [z, 2]]