First page Back Continue Last page Graphics
STRING LITERALS
\n newline character
\t tab character
\b backspace character
\" treats " as a part of the string rather than the string terminator.
\' treats ' as part of the string rather than a character literal terminator.
\\ includes \ in the string.