Indenting
Tom Wyckoff
Posts: 26
I know that "repeat" and similar constructions are controlled by indenting the code that follows, but are commented-out lines part of that or are they ignored?
Comments
Basically, the indenting just looks at the starting column of the first "token" which should be some kind of identifier.
The column number is either the same or different. If different, it's either before (to the left) or after (to the right).
Gr,
Mightor
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
| Any sufficiently advanced technology is indistinguishable from magic.