Help for this page

Select Code to Download


  1. or download this
    $input ||= 1;  # default if false
                   # or 
    $input //= 1;  # default if undefined