Thread: HOW TO POST!
View Single Post
Old 11/09/2004, 05:43 pm   #7
Sean
Guest
 
Posts: n/a
Default

The code tag also allows indentation, eg

Code:
public void foo() {
      System.out.println("bar");
}
versus

public void foo() {
System.out.println("bar");
}
  Reply With Quote