# pair

Function • Returns it's arguments as an array representing a pair.


Arguments

name type description
value Any First item of the pair.
value Any Second item of the pair.

Returns

name type description
array Array A two-element array representing a pair.