proc mySort(a,b) return a>b endproc print arr.usort([50,20,0],@mySort)//gives 0,20,50 from
Session-Cookies