Keywords
The following words are reserved and may not be used as identifiers:
| Category | Keywords |
|---|---|
| Control flow | if else while for in break continue return match |
| Declarations | func let var const type struct enum union interface impl mod import pub extern |
| Special values | true false null self super |
| Type operators | as is |