This will loop with starting off at 1
and going up each time by 1 until it reaches 10
The can be replaced with
by simply clicking on the after the for and
changing it to a more meaningful name
By using the range block, you can change
the starting value, the end value and the
value used to increment each time through the loop
Using range, you can even count backwards as well