Update Reserved keywords list in the Language Reference (#171)

`const` is not reserved, it has a meaning already. And `match` is not a keyword at all.
This commit is contained in:
Lily Ballard
2024-02-19 04:37:47 -08:00
committed by GitHub
parent 3b2feb45cf
commit bbb4d828a0

View File

@@ -5120,11 +5120,9 @@ They cannot be used as a regular identifier, and currently do not have any meani
* `override`
* `record`
* `delete`
* `match`
* `case`
* `switch`
* `vararg`
* `const`
To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.