keywords and identifiers
Keywords used in declarations:
Keywords used in statements:
Keywords used in expressions and types:
Keywords used in patterns:
Keywords reserved in particular contexts:
Outside the context in which they appear in the grammar, they can be used as identifiers.
The following tokens are reserved as punctuation and can’t be used as custom operators:
关键字和符号
下面这些被保留的关键字(keywords)不允许用作标识符,除非被反引号转义,具体描述请参考 标识符。
这些关键字在特定上下文之外可以被用于标识符。