|
| Previous: 6.3 Miscellaneous | TOC | Index | Back | Next: 6.3.2 Tcode Instruction Set |
| Escape Seqences |
ASCII Code |
Name | Description |
|---|---|---|---|
| \a \A | 0x07 | BEL | Ring terminal bell |
| \b \B | 0x08 | BS | Backspace |
| \e \E | 0x1B | ESC | Introduce control sequence |
| \f \F | 0x12 | FF | Form feed |
| \n \N | 0x0A | LF | Line feed |
| \q \Q \" | 0x22 | - | Literal quote character |
| \r \R | 0x0D | CR | Carriage return |
| \t \T | 0x09 | HT | Horizontal tabulator |
| \v \V | 0x0B | VT | Vertical tabulator |
| \\ | 0x5C | - | Literal backslash |
| Previous: 6.3 Miscellaneous | TOC | Index | Back | Next: 6.3.2 Tcode Instruction Set |