DataFlex Source code formatting

From DataFlex Wiki
Revision as of 10:03, 6 June 2008 by Jka (talk | contribs)
Jump to navigationJump to search

Testing GeSHI source code highlight

// Hello World in Microsoft C# ("C-Sharp").

using System;

class HelloWorld
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}


//vdf code test
Object oMyEditor is a cMyEdit
   Set Size to 126 287
   Set Location to 5 5
End_Object // oMyEditor