News

To insert characters that are illegal in a string, use an escape character. An escape character is a backslash \ followed by the character you want to insert.
There are several dozen such invisible characters, but in programming there are usually only a few. In addition to the line feed, there can also be: In the code, the escape sequence \n looks like two ...