AS-PAIR x y
将 X 和 Y 值组合成一个对。
AS-PAIR 是一个函数值。
as-pair: func [ "Combine X and Y values into a pair." x [number!] y [number!] ][ add 1x0 * x 0x1 * y ]