Hm. Is there a way to write a loop that goes through each set of paired lists, checks for duplicates, and when it finds them, pops both the duplicated versions off the list and goes to check again?
Because I bet there is, and I'd like to write it. I'd want to make copies of my original lists of variables to do it, though.
Hm. Is there a way to write a loop that goes through each set of paired lists, checks for duplicates, and when it finds them, pops both the duplicated versions off the list and goes to check again?
Because I bet there is, and I'd like to write it. I'd want to make copies of my original lists of variables to do it, though.