Help for this page
if ( $cat ) { $dog='onALert'; }
$dog='onALert' if $cat;
$dog is 'onALert' if $cat; $dog is 'sleeping' unless $cat;