Changes http://wiki.axiom-developer.org/335SortDropsListElements/diff -- the following commands ********************************* bb:=[1,1,2,2,2,2,1,1,1,3,1] sort! bb bb ********************************* return bb = [1,1,2,2,2,2,3] is sort! only intended for lists without repetition? -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
