I had a look at one of my BASIC examples with the Indented Spaces on the lines in-between a Loop, what I noticed was the initial space following Line Number doesn't get counted in Memory as a space, though for every additional space added byte &20 is used. It's probably not a big deal using that with a single loop, though it helps when dealing in Nested Loops, just to show which code is being handled in which Loop.