Thread
:
HOW TO POST!
View Single Post
11/09/2004, 05:43 pm
#
7
Sean
Guest
Posts: n/a
The code tag also allows indentation, eg
Code:
public void foo() { System.out.println("bar"); }
versus
public void foo() {
System.out.println("bar");
}
Sean