Question: for loops

Question:for loops

ziox 40
when i do this loop for i from 0 to 10 do f(i) mod 11; end do; it only outputs the last value, ie f(10) mod 11 i want it to output all of them, what is going on here?
Please Wait...