for ( new p = 0 ; p < 32 ; p++ ){ if ( iDmgBits & ( 1 << p ) ) client_print( 0 , print_chat , "( 1 << %d ) was found" , p );}