Cω Language Specification
This section contains technical reference topics that cover the specifics of the Cω programming language.
Note Cω is an extension of C# 1.0. This section only documents features unique to Cω. For features that overlap with C#, refer to the C# documentation.
In This Section
- Types
- Read the formal specification of for how Cω implements support for powerful data types, such as streams and XML literals.
- Expressions
- Read about expressions in Cω.
- Concurrency Constructs
- Read about concurrency constructs in Cω.
Related Sections
- Samples
- Sample source code showing how to write applications for the .NET Framework using Cω.