blob: 4fdc262b5147ac636f153f8357eb50270ab45e1a [file] [log] [blame]
function f() {
a = arguments;
return a[0] - a[1];
}
[1,2,3,4].sort(f);