reference: add link to the symbols
This commit is contained in:
parent
ec4362da56
commit
0dbc2ef8a1
1 changed files with 5 additions and 2 deletions
|
|
@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
|
|||
### Symbols
|
||||
|
||||
Symbols are a general class of printable [tokens](#tokens) that play structural
|
||||
roles in a variety of grammar productions. They are cataloged here for
|
||||
completeness as the set of remaining miscellaneous printable tokens that do not
|
||||
roles in a variety of grammar productions. They are a
|
||||
set of remaining miscellaneous printable tokens that do not
|
||||
otherwise appear as [unary operators](#unary-operator-expressions), [binary
|
||||
operators](#binary-operator-expressions), or [keywords][keywords].
|
||||
They are catalogued in [the Symbols section][symbols] of the Grammar document.
|
||||
|
||||
[symbols]: grammar.html#symbols
|
||||
|
||||
|
||||
## Paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue