aoqi@0: avg.length = 2 aoqi@0: function (x,y) { aoqi@0: return x + y/ 2 aoqi@0: } aoqi@0: avg(34, 44) = 56