nProc getCurSel(long h){ return sendMessage(h,lb_getCursel,,) }
nproc test(long a,b,c) nproc test2(long a,b,c) return a+b+c endproc return test2(a,b,c) endproc endproc
nproc test(long a,b,c) return test2(a,b,c) endproc nproc test2(long a,b,c) return a+b+c endproc
Session-Cookies