Hi I was playing with Comprehension syntax and then trying to sum the output and failed! My example ... the next two lines work ok for me (using 0.3.5 on Windows). const x = rand(8) [ x[i-4:i-1] for i = 6] .. this gives me a 4 element array.
I now want to sum the ouput - this is what I tried ... sum([ x[i-4:i-1] for i = 6]) ... what am I doing wrong? Regards
