The underscore simply tells the compiler that the current statement continues on the next line. When the compiler moves to the next line and runs into the apostrophe it closes the statement, leaving the last line out in the cold to generate the error. If you want to comment this line out temporarily rather than delete it, then move to the end of the statement block until you need to put it back in.