if ( some_condition ) { do_some_stuff (); } else { do_some_other_stuff (); }