Okay. I know this is a stupid question. But, why is it that when we use ascent, and we want it to loop "x" amount of times, we do 0.."x"? wouldn't that make it loop x+1 times, in the sense that it does it for 0,1,2,3...x? or does it skip the last one or something?