to stretch a string over more than one line you need to close the string at the end of each line. This is to allow the compiler to see the _. if you dont do this the _ is just seen as text in the string and an error will occure on the following lines.