Junior — Middle+
Remove from one list the elements of another considering the quantity
livecode
Task condition
Create a function that takes two lists and returns the first list after removing all elements that are present in the second list, considering the number of their occurrences.