DataFlex Source code formatting: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
<source lang="vdf"> | <source lang="vdf"> | ||
//vdf code test | |||
Object oMyEditor is a cMyEdit | Object oMyEditor is a cMyEdit | ||
Set Size to 126 287 | Set Size to 126 287 |
Revision as of 09:03, 6 June 2008
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