Examples
Code examples demonstrating Tsonic features.
Contents
- Basic - Hello world, variables, functions, classes
- Arrays - Array operations and methods
- Imports - Module imports and exports
- .NET Integration - Using .NET BCL APIs
Specialized Guides
For in-depth coverage of specific topics, see:
- Numeric Types - Integer types and narrowing
- Generators - Sync, async, and bidirectional generators
- Callbacks - Action and Func patterns
- Async Patterns - Async/await and for-await