2 lines
86 B
Text
2 lines
86 B
Text
fcn listUnique(xs){
|
|
xs.reduce(fcn(us,s){us.holds(s) and us or us.append(s)},L()) }
|