RosettaCodeData/Task/Remove-duplicate-elements/APL/remove-duplicate-elements-2.apl

4 lines
55 B
APL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
w1 2 3 1 2 3 4 1
((w)=w)/w
1 2 3 4