Testing Code

Neal

Forum Admin
Staff member
Joined
Apr 15, 2011
Messages
246
Location
VA
Programming Experience
10+
csharp:
var foo = "";
public Foo()
{
    DoFoo();
}

basic:
Public Dim Foo As String
Public Sub DoFoo()
    DoFoo()
End Sub
 
Last edited:
I like that we get syntax highlighting for numerous languages now and not just the main one for the forum and the rest have to be plain. Just added JavaScript syntax highlighting to someone's post.
 
Back
Top Bottom