Comments Help Guide
BBCode style support for [code]
You can enter your code into the comments box using the following conventions
[code]
10 print "hello world"
[/code]
Right now there is support for text and the following languages 'cpp', 'c-sharp', 'css', 'delphi', 'java', 'javascript', 'php', 'plain', 'python', 'ruby', 'shell', 'vb', 'xhtml'
If you wanted to add C# for instance you would use
[code=c-sharp]
public class LoginClass
{
private string _login;
private string _passwd;
}
[/code]