Go to the first, previous, next, last section, table of contents.
The string follows the C-style escaping (\
, \n
, \f
,
\v
, etc.), plus octal character numbers specified as \ooo
.
The difference from "C" is that the string may span multiple lines.
Like ANSI "C", a series of these strings, possibly intermixed with
single quote strings, will be concatenated together.
Go to the first, previous, next, last section, table of contents.