Quote:
Originally Posted by Jellby
If the comparison is "val < cmpN", the example:
Code:
first_matching_cmp(10,5,"small",10,"middle",15,"large","giant")
should return "large", not "middle", since 10 < 10 is not true.
|
Fix to documentation submitted to Kovid.