Help for this page
if (condition) {} else { &actually_do_something() }
&actually_do_something unless condition;