1 2 3 4 5 6 7 8 9 10
extend("array") extend("math") slog( array:reduce( (acc, x) => acc + x, 0, ink(1, 100) ) )