Originally posted by Mike Gershman: If you put '\u000a' or '\u000d' in a source program, the compiler treats it as an actual line break in your program text and breaks your statement into two lines, both of which will probably have a syntax error.
You need to use '\n' or '\r'.
and these which may clarify further if you want more detail: