Junior — Senior
Identification of elements that occur more than once
livecode
Task condition
Given a list of integers. The task is to form an array containing each element that appears in the original list at least twice. In the resulting array, each such element should appear only once, regardless of how many times it repeats in the input data.