A guided tour of the Vary language, organized by topic. Each page is self-contained and links to detailed reference pages.
| Page | Covers |
|---|---|
| Basics | Comments, variables, types, optionals, strings |
| Collections | Lists, dicts, sets, comprehensions |
| Functions | Functions, lambdas, operators |
| Control flow | If/elif/else, while, for, match/case |
| Types and data | Classes, data types, interfaces, enums, generics |
| Error handling | Contracts, try/except, Result type, defer |
| Modules and more | Imports, concurrency, testing, embedded DSLs |