Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nuchat!uhnix1!sugar!peter From: peter@sugar.UUCP (Peter da Silva) Newsgroups: comp.lang.c Subject: Re: Possible C Anomaly Message-ID: <866@sugar.UUCP> Date: Thu, 8-Oct-87 10:27:27 EDT Article-I.D.: sugar.866 Posted: Thu Oct 8 10:27:27 1987 Date-Received: Sun, 11-Oct-87 08:37:16 EDT References: <9601@brl-adm.ARPA> Organization: Sugar Land UNIX - Houston, TX Lines: 11 Summary: What have you people been smoking? > k = (k>1) ? k-- : 1; What's wrong with the following? k = (k > 1) ? (k - 1) : 1; It's the only reasonable interpretation I can make of the expression anyway. Nobody says you HAVE to use -- just because it's there. -- -- Peter da Silva `-_-' ...!hoptoad!academ!uhnix1!sugar!peter -- Disclaimer: These U aren't mere opinions... these are *values*.