class Foo { // a longer test int x, y; /* just two ints here */ pub stat void main(whatever[/* no bounds */]) { sys.out.prt("\nx:\t"+x+"\ny:\t"+y+"\n\"\\\\\""); try /* commenting \"this\" */ { out; } catch // a cold (Exception E) { /*cmt*/ foo(); } } // end // main } /* end Foo */