From: utzoo!utcsrgv!utcsstat!wagner Newsgroups: net.lang.c Title: Re: re:order-of-evaluation Article-I.D.: utcsstat.530 Posted: Mon Mar 7 02:04:44 1983 Received: Mon Mar 7 04:36:36 1983 References: utcsstat.529 It was pointed out to me that my recent comments about the expression something=foo(i++) were wrong. I claimed that the language had to increment i before passing it to foo. That is nonsense. I meant to type something=foo(++i) in which case (I think) my comments were correct. Thanks to dmmartindale from waterloo for pointing out my error. Michael Wagner, UTCS