Reserved Keywords
This page tracks language keywords reserved by the parser and semantic passes.
Common keywords in examples include:
- fun
- struct
- extern
- import
- public
- private
- return
- if
- else
- while
- let
- const
Use descriptive identifiers and avoid reusing keyword names as variables.