Escape Sequences for Four-Character Codes and String Chunks

The following escape sequences can be used in four-character codes and string chunks:

Escape Sequence ASCII Value (Decimal) Description

\n 10 Newline character
\t 9 Horizontal tab character
\b 8 Backspace character
\r 13 Carriage return character
\f 12 Form feed character
\\ 92 Backslash
\' 39 Single quote
\" 34 Double quote
\ddd Octal ddd Arbitrary character