Keyword Learning Packs
These packs group keyword sheets by practical reading intent rather than by grammar family alone.
| Pack | When to use it | Suggested sheets |
|---|---|---|
| Start coding | First week with the language. | let, if, for, give, proc |
| Data modeling | Structure data and declarative contracts. | form, field, type, pick, case |
| Readable control flow | Clarify branch and loop intent. | else, loop, break, continue, match |
| Module design | Stabilize visibility and imports. | space, use, pull, share, as |
| Advanced boundaries | Review explicit unsafe or macro surfaces. | unsafe, asm, macro, trait |
Pair this page with the recommended reading order if you want a linear progression, or with coverage if you want to inspect chapter presence.