Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 13f6bcc84283c28ac8db36008e29c079 > files > 61

lout-doc-3.39-3.mga3.noarch.rpm

@Section
   @Title { "@Begin" and "@End" }
   @Tag { begin }
@Begin
@PP
The body of a symbol @Code "@Sym" may be enclosed in @@Begin and
begin. @Index { @@Begin symbol }
end. @Index { @@End symbol }
@@End @Code "@Sym" instead of the more usual braces:
@ID @Code {
"def @Section"
"    named @Title {}"
"    right @Body"
"@Begin"
"    @Title //2v @Body"
"@End @Section"
}
They may also enclose the right or body parameter of a symbol invocation:
@ID @Code {
"@Chapter"
"    @Title { Introduction }"
"@Begin"
"This subject needs no introduction."
"@End @Chapter"
}
Apart from their utility as documentation aids, these forms allow Basser
Lout to pinpoint mismatched braces, which can otherwise create total
havoc.  For this reason, they should enclose the major parts of documents,
such as chapters and sections.  Note that braces cannot be
replaced by @@Begin and @@End in general.
@End @Section