function sum(xs, start) { // $ Alert if (arguments.length < 2) start = 0; var sum = start; for (var i=0; i