Help for this page
doX() if ($cond) otherwise doY();
if ($cond) { doX(); ... doY(); }
($cond) ? doX() : doY();