Help for this page

Select Code to Download


  1. or download this
    15  
    16      # Return the difference (0 = same)
    17      return $a_v - $b_v;
    18  }
    19
    
  2. or download this
    15  
    16      # Return the difference (0 = same)
    17      return $a - $b;
    18  }
    19