This is odd.
In Soccer (football to the rest of the world) we refer to the sidelines of the field as the “touchline.”
I’m writing a script that uses the word touchline as a variable, but I noticed that if I type it on a line by itself, ScriptDebugger autocompletes as if it’s a block.
But, when I compile it doesn’t become a block. Touchline is a variable and the end is just a stray end by itself.
This doesn’t happen with any other variable in this script and I don’t think I’ve seen it anywhere else.
Not a bug or a problem, but just a curious behavior.