Resources
Escape Sequences
|
|
Code
|
Translation
|
|
\a |
alert, bell |
\b |
backspace |
\f |
form feed |
\n |
newline |
\r |
carriage return |
\t |
horizontal tab |
\v |
vertical tab |
\\ |
backslash |
\' |
single quote |
\" |
double quote |
\? |
question mark |
These codes represent the specified actions in a form
that is independent of the collating sequence on the target computer.
|
|
|
|