Help for this page

Select Code to Download


  1. or download this
    if($first == $second) {                    # Indentation for readabili
    +ty
        $big = $first;
        $equal = $first;
    ...
    } else {
        $big = $second;
    }