blob: 15b7b8a5de820444f98ec9429412f7d27671f417 [file] [log] [blame]
let sum = 10;
for x in a {
sum = sum + x;
}
return sum;