Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pucc-i Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!inuxc!pur-ee!CS-Mordred!Pucc-H:Pucc-I:ags From: ags@pucc-i (Seaman) Newsgroups: net.lang.c Subject: Re: Algol-style vs C-style semicolons - (nf) Message-ID: <316@pucc-i> Date: Thu, 14-Jun-84 11:04:12 EDT Article-I.D.: pucc-i.316 Posted: Thu Jun 14 11:04:12 1984 Date-Received: Sat, 16-Jun-84 03:02:36 EDT References: <787@sri-arpa.UUCP> Organization: Purdue University Computing Center Lines: 17 > Sorry, but > while ( expr ) statement > is not a C statement at all. Where did you get the idea that this > is a complete statement? Does YOUR compiler accept this idea? etc. By gosh, he's right! According to K&R, p. 202, the correct form for a while statement is not while ( expr ) statement but while ( expression ) statement It certainly pays to read. :-) -- Dave Seaman "My hovercraft is full of eels." ..!pur-ee!pucc-i:ags