Enable escape sequences. You can use the following characters as escape sequences.
| \a | Warning (Bell) |
| \b | Backspace |
| \f | Form feed |
| \n | New line |
| \t | Horizontal tab |
| \v | Vertical tab |
| \\ | Backslash |
| \oooooo | Unicode character in octal notation |
| \xhhhh | Unicode character in hexadecimal notation |
A null character (\0) may not be used. \n must be used instead of \r.
Send feedback on this topic to Emurasoft