if ( condition ) {
while ( condition == true ) {
do { /* Conditioning */ } while ( String.valueOf( condition ).equals( "true" );
}
}
что за трэк ?