Quelltext
**Herunterladbarer Quelltext**\\
Quelltext
Es werden folgende Sprachen unterstützt:
actionscript, actionscript-french, ada, apache, applescript, asm, asp, bash, caddcl, cadlisp, c, c_mac, cpp, csharp, css, delphi, diff, d, div, dos, eiffel, freebasic, gml, html4strict, ini, inno, java, javascript, lisp, lua, matlab, mpasm, nsis, objc, ocaml, ocaml-brief, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, scheme, sdlbasic, smarty, sql, ruby, vb, vbnet, vhdl, visualfoxpro, xml
===== Beispiele =====
**vhdl**
Quelltext
process (clk, rst)
begin
if rst = ‘1’ then
reg <= ‘0’;
elsif clk = ‘1’ and clk’rising then
reg <= reg_in;
end if;
end process;
**vhdl zum herunterladen**
Quelltext
process (clk, rst)
begin
if rst = ‘1’ then
reg <= ‘0’;
elsif clk = ‘1’ and clk’rising then
reg <= reg_in;
end if;
end process;
**java**
Quelltext
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
**html**
Quelltext
Hello World Demonstration Document
Hello, World!
This is a minimal "hello world" HTML document. It demonstrates the
basic structure of an HTML file and anchors.
For more information, see the HTML Station at: http://www.december.com/html/
© John December (john@december.com) / 2001-04-06
===== Another Sample =====
".$renderer->_xmlEntities($content).""; } else { // No title detected, pass all attributes as parameters to SyntaxHighlighter. $renderer->doc .= "
".$renderer->_xmlEntities($content).""; } } else { $renderer->file($content); } } return true; }