Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!apple!fernwood!lanslide!hls.com!neile From: neile@hls.com Newsgroups: comp.lang.pascal Subject: Re: Leap year function Message-ID: <1991May17.074806.130@hls.com> Date: 17 May 91 15:48:05 GMT References: <26912@adm.brl.mil> Lines: 9 In article <26912@adm.brl.mil>, bakerre@tawc1.eglin.af.mil (Baker, Robert E.) writes: > > I'm looking for source for a function that determines whether or not a > year is a leap year. Anybody got it. ADVthanksANCE. > The test for a leap year is simple; year mod 4 = 0. There is no reason to add complexity as indicated in other postings. Neil Everhart