Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site asgb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!hao!asgb!devine From: devine@asgb.UUCP (Robert J. Devine) Newsgroups: net.lang.c Subject: Re: "C" wish list/for(;;) loop Message-ID: <814@asgb.UUCP> Date: Fri, 8-Nov-85 14:47:47 EST Article-I.D.: asgb.814 Posted: Fri Nov 8 14:47:47 1985 Date-Received: Sun, 10-Nov-85 09:20:50 EST Organization: Burroughs Corp. ASG, Boulder Colo. Lines: 9 One thing that should be changed for consistency reasons is to get rid of "for(;;)" meaning "endless loop". This is the exception to the equivalence of "for" with "while". And, after all, why should a null expression be considered TRUE? Yeah, I know, breaking existing code and all that.... Bob