Changes http://wiki.axiom-developer.org/335SortDropsListElements/diff --
is sort! only intended for lists without repetition?
++added:
+
+\begin{axiom}
+bb:=[1,1,2,2,2,2,1,1,1,3,1]
+bb := sort! bb
+bb
+\end{axiom}
+
+All ! functions destroy their arguement - this is as intended.
+
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
