Help for this page

Select Code to Download


  1. or download this
    print $comp->compare ([[1,2]],[[1,2]]) ? "Yes\n" : "No\n";
    print $comp->compare ([1,2],[1,2]) ? "Yes\n" : "No\n";
    
  2. or download this
    No
    Yes