Help for this page

Select Code to Download


  1. or download this
    $Target = Function($Params) ? Function($params) : $DefaultValue;
    
  2. or download this
    $Target = ($temp = Function($params)) ? $temp : $DefaultValue;