String Literals
Strings are enclosed by single quotes, ', and can contain any letter or digit except single quote, backslash, \n or \r.  These characters (or character sequences) have to be escaped with a backslash.  So, a string literal consisting of a single backslash followed by a single quote would be '\\\''.