The following are used as punctuation symbols in Larch/C++,
regardless of context.
Of course, they may have different meanings in different contexts.
(See section 4.15 Alternative Tokens, for synonyms for {
, }
,
[
, and ]
.)
always-special-symbol ::=(
|)
|{
|}
|[
|]
|=
|;
|:
|::
|,
|?
|.
|.*
| `...
'
Go to the first, previous, next, last section, table of contents.