switch ( val ){ case 90: CallFunc( "something 90" ); case 55: callfunc( "something 55" );}
CallFunc( "something %d" , val );