Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!mcvax!guido From: guido@mcvax.UUCP (Guido van Rossum) Newsgroups: net.lang.c Subject: Re: c-sick - (nf) Message-ID: <5799@mcvax.UUCP> Date: Mon, 7-May-84 11:08:30 EDT Article-I.D.: mcvax.5799 Posted: Mon May 7 11:08:30 1984 Date-Received: Wed, 9-May-84 01:12:08 EDT References: <19457@wivax.UUCP>, <9000025@uiuccsb.UUCP> <19483@wivax.UUCP> Organization: "Stamp Out BASIC" Committee, CWI, Amsterdam Lines: 6 [I can't resist...] There is ONE case where it is ridiculous to flag the digits 8 or 9 as an error in an octal contant: when there are no other digits. So I'd still be able to use 08 and 09 (e.g. in an aligned list like 01 02 03 04 05 06 07 08 09 10 11 ...).