I was dinking around like I always do, and (after a long series of confusticating refactorments) I ended up with an error that doesn't seem to go away - when i try to run the sketch, the Setup window comes into focus, specifically, the last bracket - the closing bracket of the void setup() function. The error is "Unexpected Token: a"
I know this is considered bad style, but I deleted the entire contents of the setup() function. Everything from opening bracket to closing was gone. And I ran the sketch, and got the same error. (Do not worry. I easily undid my deletion)
What's going on? I think at this point, it's no longer my fault but I'm certainly willing to accept that it is. Maybe I will update my IDE.
1