Are you really saying that 'sort!((a, b) => a > b)(array);' is too verbose?? I consider 'sort!("a > b")(array);' to be **too terse**: there is nothing here telling the reader what a and b are supposed to be. BR, renoX