DataFlex Source code formatting: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
m New page: = Testing GeSHI source code highlight = <source lang="csharp"> // Hello World in Microsoft C# ("C-Sharp"). using System; class HelloWorl= { public static int Main(String[] args) ... |
No edit summary |
||
Line 13: | Line 13: | ||
} | } | ||
} | } | ||
</source> | |||
<source lang="vdf"> | |||
showln "hello world" | |||
</source> | </source> |
Revision as of 08:43, 6 June 2008
Testing GeSHI source code highlight
// Hello World in Microsoft C# ("C-Sharp"). using System; class HelloWorl= { public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; } }
showln "hello world"