genzou #6493(2008/06/14 12:31 GMT) [ Groovy ] Rating0/0=0.00
1 2 3 4 5 6
def uniqueList( xs ){ xs.unique() } xs = [3, 1, 4, 1, 5, 9, 2, 6, 5, 3, 5, 8, 9, 7, 9] println uniqueList(xs)
Rating0/0=0.00-0+
[ reply ]
genzou
#6493()
[
Groovy
]
Rating0/0=0.00
def uniqueList( xs ){ xs.unique() } xs = [3, 1, 4, 1, 5, 9, 2, 6, 5, 3, 5, 8, 9, 7, 9] println uniqueList(xs)Rating0/0=0.00-0+
[ reply ]