public void aMethod( int aParm ) { for ( i=0; i<aParm; i++ ) { System.out.println( i ); } end for } end aMethod