1 2 3 4 5 6
extend("array") myAdder = array:apply((a,b,c) => a*b*c) out = myAdder([2,3,4]) slog( out )