Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site circadia.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!stolaf!umn-cs!circadia!dave From: dave@circadia.UUCP (David Messer) Newsgroups: net.jokes,net.sources.bugs Subject: Re: Re: new 'echo' Message-ID: <147@circadia.UUCP> Date: Thu, 25-Apr-85 01:09:07 EDT Article-I.D.: circadia.147 Posted: Thu Apr 25 01:09:07 1985 Date-Received: Fri, 3-May-85 03:10:10 EDT References: <6265@ucbvax.ARPA> <3582@alice.UUCP> Organization: Quest Research Inc., Burnsville, MN Lines: 17 Xref: watmath net.jokes:11978 net.sources.bugs:299 > > for(i=1; i > if ((! qflg) && ((! rflg) || (rflg && (random()&08)))) { > > fputs(argv[i], stdout); > > if (i < argc-1) > > putchar(' '); > > } > > random()&08? Is this some new kind of octal digit? Yes! The new standard for octal is: 00-17(8) == 00-15(10). This allows for a greater range of octal constants and is seen as a new improvement to ADA. :-) -- Dave Messer ...ihnp4!stolaf!umn-cs!circadia!dave