Help for this page
$Target = Function($Params) ? Function($params) : $DefaultValue;
$Target = ($temp = Function($params)) ? $temp : $DefaultValue;