RosettaCodeData/Task/Remove-duplicate-elements/ALGOL-68/remove-duplicate-elements-3.alg

4 lines
55 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
w←1 2 3 1 2 3 4 1
((⍨w)=w)/w
1 2 3 4