Well, you must ESCAPE a backslash (“\”) if you want it to appear literally. Now you must figure out which of those backslashes help to “do” something, and which one of those is just waiting for you to ESCAPE it with backslash (“\”).
ESCAPE means you prepend it with a backslash (“\”) so it will look like this:
\\some text
--------------------------------------------------------------
On the print out this will look like this:
\some text