pair

语法

pair(a, b)a:b

参数

ab 必须是标量。

详情

返回一个数据对。

例子

1:3+1;
# output
2:4

1:3<0:6;
# output
0 : 1