So my question is why it has been skipped out one space down the page of visual studio on which we are writing our scripts? I will show you what I mean,
It might not be too important a quesiton, but if it has anything to do with how to set up the script, I would like to find out,
Should any know why, I would love to hear the answer,
The space is not necessary. The code will still work even if the space is not there.
The only reason programmers skip lines is to organize the code in a visual way. Here you can see the variables and the rest of the code separated, so you can easily see it.
When it comes to large files (100+ lines) these skipped lines help see where things change.