These directives initialize blocks of character data:
A string can contain any of the escape sequences Escape sequences lists.
| Sequence | Description |
|---|---|
| \b | Backspace |
| \n | Line feed (ASCII character 10) |
| \r | Return (ASCII character 13) |
| \t | Tab |
| \" | Double quote |
| \\ | Backslash |
| \nnn | Octal value of \nnn |