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`.
419
419
### Symbols
420
420
421
421
Symbols 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
424
424
otherwise appear as [ unary operators] ( #unary-operator-expressions ) , [ binary
425
425
operators] ( #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
426
429
427
430
428
431
## Paths
You can’t perform that action at this time.
0 commit comments