Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!ima!mirror!datacube!ftw From: ftw@datacube.UUCP Newsgroups: comp.sys.atari.st Subject: Re: Megamax bug or crappy C ? Message-ID: <105100004@datacube> Date: Mon, 25-May-87 17:04:00 EDT Article-I.D.: datacube.105100004 Posted: Mon May 25 17:04:00 1987 Date-Received: Wed, 27-May-87 01:35:57 EDT References: <756@klipper.cs.vu.nl> Lines: 4 Nf-ID: #R:klipper.cs.vu.nl:-75600:datacube:105100004:000:172 Nf-From: datacube.UUCP!ftw May 25 17:04:00 1987 There is a notion of "sequence points" in the ANSI draft standard. This notion addresses the kind of problems that might be had with an expression such as: a[i] = ++i;