# Language Tour

- [Basics](/docs/tour/basics/) — Comments, variables, types, and strings
- [Collections](/docs/tour/collections/) — Lists, dicts, sets, and comprehensions
- [Functions](/docs/tour/functions/) — Functions, lambdas, and operators
- [Control flow](/docs/tour/control-flow/) — If/elif/else, while, for, match/case
- [Types and data](/docs/tour/types-and-data/) — Classes, data types, interfaces, enums, generics
- [Error handling](/docs/tour/error-handling/) — Contracts, try/except, Result type, defer
- [Modules and more](/docs/tour/modules-and-more/) — Imports, concurrency, testing, embedded DSLs
