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