下面的代码中,tuple_max 就是用来求数组中的最大值的,数组a中的最大值是5,tuple_max算子有两个参数,第一个为输入的数组,第二个为输出的最大值
csharp
a:=[1,2,3,4,5]
tuple_max (a, Max)
输出
