if (condition) {} else { &actually_do_something() } #### &actually_do_something unless condition;