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 CompileMarkSeparation nproc Test(long a,b,c) return Test2(a,b,c) endproc nproc Test2(long a,b,c) return a+b+c 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