Node:Escape Sequences, Next:Syntax Notes, Previous:Token String, Up:Full Syntax
A backslash occurring inside integers in 0'
notation or inside
quoted atoms or strings has special meaning, and indicates the start
of an escape sequence.
Character escaping can be turned off for compatibility with old code.
The following escape sequences exist:
\b
\t
\n
\v
\f
\r
\e
\d
\^? [SICStus only]
\a
\xhex-digit...\ [ISO only]
\xhex-digithex-digit [SICStus only]
\octal-digit...\ [ISO only]
\octal-digit?octal-digit?octal-digit [SICStus only]
\^char [SICStus only]
char mod 32
, where char is a letter.
\layout-char [SICStus only]
\c
sicstus
execution mode. In iso
execution
mode only a single newline character is ignored.
\\, \', \", \`
\other [SICStus only]