in reply to Re^2: Sorting result of function call
in thread Sorting result of function call
And I'd expect "sort subname()" to mean "invoke subname to get a list, to sort with the default comparator" - because I interpret "subname()" to always mean "invoke subname".
So I'd expect your first two examples to have different behaviour (but not the behaviour we get).
But I'm not sure my expectations are in line with "documented reality", so I'm loath to say there definitely is a bug.
I'm hoping to learn something in this thread :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sorting result of function call
by ysth (Canon) on Dec 20, 2006 at 10:52 UTC |