nProc date.isLeapYear(long yr) { return iff((((yr mod 4) = 0 & (yr mod 100) <> 0) | ((yr mod 400) = 0)),1,0) }
Session-Cookies