KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Junk9


1 public class Junk1 {
2     public boolean mybool;
3     public static void main (String JavaDoc[] args) {
4     System.out.println("I have a tab");
5     // Here is a comment with an embedded tab
6
if (mybool) { /* Here is a multi-line
7                (with embedded' 'tab)
8         Comment */
char mychar = ' '; //<-tab-> <-
9
} // end of if (mybool)
10

11     } // end of main ()
12
}
13 
Popular Tags