Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for person in list B
  2. boolean isInListA = false;
  3. for every person in list A
  4. if person A = person B
  5. isInListA = true;
  6. end
  7. end
Add Comment
Please, Sign In to add comment