Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cbneb.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!ihnp4!cbosgd!cbscc!cbneb!adm From: adm@cbneb.UUCP Newsgroups: net.lang.c Subject: Re: Re: return expr and if expr - (nf) Message-ID: <809@cbneb.UUCP> Date: Wed, 16-May-84 10:21:35 EDT Article-I.D.: cbneb.809 Posted: Wed May 16 10:21:35 1984 Date-Received: Thu, 17-May-84 04:41:58 EDT Sender: adm@cbneb.UUCP Organization: AT&T Bell Laboratories, Columbus, OHIO Lines: 10 #R:gloria:-16200:cbnap:16200001:000:268 cbnap!whp May 16 10:07:00 1984 In the C language reference manual, under the section of Unary Operators, it says: Expressions with unary operators group right to left. Does anyone know what this means? It might mean that "if x ++ y;", if legal, would be parsed as "if (x) ++y;", but I'm not sure.