RosettaCodeData/Task/Sort-numbers-lexicographically/MUMPS/sort-numbers-lexicographically-2.mumps
2023-07-01 13:44:08 -04:00

3 lines
87 B
Text

SortLexographically(n) n a,i,j f i=1:1:n s a(i_" ")=""
f s j=$o(a(j)) q:j="" w j
q