From: jb3207 AT eclipse DOT co DOT uk (Jason Barstow) Newsgroups: comp.os.msdos.djgpp Subject: Re: can anyone review this - uclock() Date: Sun, 11 May 1997 11:34:59 GMT Organization: Jabber Interactive Lines: 7 Message-ID: <5l4at0$6kc@news.cableinet.net> References: <199705051223 DOT OAA13319 AT gil DOT physik DOT rwth-aachen DOT de> <337061ab DOT 189031 AT news DOT uni-duisburg DOT de> Reply-To: jb3207 AT eclipse DOT co DOT uk NNTP-Posting-Host: p24.dione.eclipse.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk mauch AT uni-duisburg DOT de (Michael Mauch) wrote: > if (old_tck = tck, (tck = uclock() *10 / UCLOCKS_PER_SEC) != old_tck) I've seen this syntax a couple of times recently. Can anyone explain how it works? (I mean the general case... if (a,b) ) Jason.