{" "} Programming Help for C Omega Language
Introduction to C Omega Programming Language
C Omega is a data oriented programming Language. It is used as data-stores such as database and XML documents.
It supports concurrent programming. It is derived from Polyphonic C# project. It is free extension to the C# programming Language.
Example of C Omega Programming Language
The given example will print the statement given with return.:
{`
public string* LoTR()
{
yield return "Hey”;
yield return "How r you";
yield return "Bye”;
}
`}


