|
Prev | Next | begin |
| Syntax |
$begin tag$$. . . |
| See Also | getting started |
begin command and a matching end command.
The cross reference
tag
for the corresponding section
is specified by tag.
Leading and trailing
white space
is ignored and there can be no $ characters in tag.
/*
$begin one$$
$section First Subject$$
This section is similar to
$xref/two//the second section/$$.
...
$end
*/
Other text
/*
$begin two$$
$section Second Subject$$
This section is similar to
$xref/one//the first section/$$.
...
$end
*/
Other text
Cross reference tags that begin with the
underbar character _, and the dot character .,
are reserved by OMhelp and cannot be used in begin commands.