When working with tcl in script editor, comments are ignored if there is an open brace in the line. If I have something using if, or for, and other things, if I comment one line out and add an alternate, the comment is ignored and it errors when I go to save it.
I added a simple example in the attachment.
If I close off the brace in the comment it works, but this is ridiculous. Is there a way to stop it erroring for things inside a comment? Maybe stop it even looking at things that are commented out?