Help for this page

Select Code to Download


  1. or download this
    for all keys in hash-1, where k-1 is current key
      for all keys in hash-2, where k-2 is current key
    ...
    end-for
    
    #  "store" would have all the common keys in the end
    
  2. or download this
    common set to false
    for all keys in hash-1, where k-1 is current key
    ...
    end-for
    
    # test common to check for commonality