RosettaCodeData/Task/Remove-duplicate-elements/AutoHotkey/remove-duplicate-elements.ahk

4 lines
70 B
AutoHotkey

a = 1,2,1,4,5,2,15,1,3,4
Sort, a, a, NUD`,
MsgBox % a ; 1,2,3,4,5,15