RosettaCodeData/Task/Remove-duplicate-elements/F-Sharp/remove-duplicate-elements-2.fs

2 lines
37 B
Forth

val it : Set<int> = seq [1; 2; 3; 4]