Member of the support class.
[c, d, ...] = deal(a, b, ...)
Generates elements with the same values as those of the input elements. The input and output lists must be of the same size.
Examples
A = 'abcdef'B = 34[C, D] = deal(A, B)