Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ be used as the names of:
The following keywords were added beginning in the 2018 edition.

> **<sup>Lexer 2018+</sup>**\
> KW_ASYNC : `async`\
> KW_AWAIT : `await`\
> KW_DYN : `dyn`

## Reserved keywords
Expand All @@ -86,8 +88,6 @@ them to use these keywords.
The following keywords are reserved beginning in the 2018 edition.

> **<sup>Lexer 2018+</sup>**\
> KW_ASYNC : `async`\
> KW_AWAIT : `await`\
> KW_TRY : `try`

## Weak keywords
Expand Down