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