Testing Code

Neal

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

basic:
Expand Collapse Copy
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