Re: Standard library praise and challenge
- Posted by mattlewis (admin) Sep 16, 2011
- 2968 views
jimcbrown said...
But then what happens if I do
? max("First", "Second")
Under that, you'd get the max of "First". I would have documented that the function was to be used in the ways that Pete was looking for, which make sense as a math function, to me. Your use appears to be looking for the general object comparison, which I think we were saying should be somewhere else.
Matt