$x= cond() ? this() : that(); # vs. if( cond() ) { $x= this(); } else { $x= that(); }