Xref: utzoo comp.lang.c:30888 alt.folklore.computers:4581 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!ukc!mucs!liv-cs!liv!kpurcell From: KPURCELL@LIVERPOOL.AC.UK Newsgroups: comp.lang.c,alt.folklore.computers Subject: Re: Stupid users Message-ID: <90218.175404KPURCELL@LIVERPOOL.AC.UK> Date: 6 Aug 90 16:54:04 GMT References: <2674@aipna.ed.ac.uk> <14452@lambda.UUCP>, <7219@star.cs.vu.nl> Organization: University of Liverpool Lines: 12 >Ahum. > foo = a+++b; >vs. > foo = a+ ++b; Of course you could write: foo = ++a+++++b++; and confuse a lot of people (and compilers!) Kevin