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