func test(a, b, c, d, e, f) return a + b + c + d + e + f; end;