Online Syntax Highlighter Tool

Syntax Highlighter (Code Highlighter) is a free online uitiliy which lets you convert your code/snippets in neatly formatted HTML. Supported languages are ASP.NET, XML,C, COBOL, Cold Fusion, C++, CSS, C#, Eiffel, Fortran, Haskell, Java, JavaScript, JScript, Mercury, MSIL, Pascal, Perl, PHP, Python, Ruby, SQL, Visual Basic, VB.Net and Visual Basic Script.

1 Comments:

Anonymous said...

$hash = {
'IBM' => 'I Beat Myself',
'MS' => 'My $',
}

puts $hash['IBM']
puts $hash['MS']

Post a Comment