File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
419419### Symbols
420420
421421Symbols are a general class of printable [ tokens] ( #tokens ) that play structural
422- roles in a variety of grammar productions. They are cataloged here for
423- completeness as the set of remaining miscellaneous printable tokens that do not
422+ roles in a variety of grammar productions. They are a
423+ set of remaining miscellaneous printable tokens that do not
424424otherwise appear as [ unary operators] ( #unary-operator-expressions ) , [ binary
425425operators] ( #binary-operator-expressions ) , or [ keywords] [ keywords ] .
426+ They are catalogued in [ the Symbols section] [ symbols ] of the Grammar document.
427+
428+ [ symbols ] : grammar.html#symbols
426429
427430
428431## Paths
You can’t perform that action at this time.
0 commit comments