> At the moment, sort seems to return nothing. Could it return its result > instead? This is useful for idioms such as > > return sort (...) Our concern is that such idiom may lead users to forget that sort does its job in place. -- Roberto