RosettaCodeData/Task/Sort-an-integer-array/AutoHotkey/sort-an-integer-array.ahk

4 lines
65 B
AutoHotkey
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
numbers = 5 4 1 2 3
sort, numbers, N D%A_Space%
Msgbox % numbers