Mention multi-line comments in spec prose

This commit is contained in:
Sebastian Paarmann 2022-03-29 21:42:29 +02:00
parent cc1da35435
commit b647762f4b
1 changed files with 7 additions and 0 deletions

View File

@ -404,6 +404,13 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt):
| Medium Mathematical Space | `U+205F` |
| Ideographic Space | `U+3000` |
#### Multi-line comments
In addition to single-line comments using `//`, comments can also be started
with `/*` and ended with `*/`. These comments can span multiple lines. They
are allowed in all positions where [Whitespace](#whitespace) is allowed and
can be nested.
### Newline
The following characters [should be treated as new