Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!ncar!asuvax!hrc!gtephx!reesd From: reesd@gtephx.UUCP (David Rees) Newsgroups: comp.lang.c Subject: Re: comma operator Summary: for, while, ? Message-ID: <44cb6f10.f9df@gtephx.UUCP> Date: 2 Aug 89 21:04:29 GMT References: <10099@mpx2.mpx.com> <93@microsoft.UUCP> <10100@mpx2.mpx.com> <918@helios.toronto.edu> Organization: AG Communication Systems, Phoenix, Arizona Lines: 12 In article <918@helios.toronto.edu>, dooley@helios.toronto.edu (Kevin Dooley) writes: > Can anybody tell me if there is a usage where the comma is 'better'. > By this I mean are there any places where using a comma makes the > code more readable .... It's just that I've never seen a > program with the comma operator where I didn't scream and edit it out. > Am I being hopelessly pedestrian here? I am assuming that we mean other than for, while statements etc... -David I like the comma operator. I hardly ever use it, but I like it.