Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Recursion, Yo Date: Wed, 17 Apr 2024 22:12:25 -0000 (UTC) Organization: A noiseless patient Spider Lines: 20 Message-ID: References: <_zSRN.161297$m4d.144795@fx43.iad> <20240411075825.30@kylheku.com> <8734roqmdb.fsf@bsb.me.uk> <878r1epo2i.fsf@bsb.me.uk> <87edb3or0t.fsf@bsb.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 18 Apr 2024 00:12:25 +0200 (CEST) Injection-Info: dont-email.me; posting-host="ec6fcf3bb75b95711759fde7cd91a1dc"; logging-data="1929785"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19cAbjiDy91G+Csv1dJrsV9" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:GxTPWAUdaAmOf2TYSENCCS9mnZc= Bytes: 2385 On Wed, 17 Apr 2024 18:09:06 +0100, Ben Bacarisse wrote: > Lawrence D'Oliveiro writes: > >> On Mon, 15 Apr 2024 17:50:45 +0100, Ben Bacarisse wrote: >> >>> Algol 68 has no denotation for the empty value. >> >> Section 8.1.5.1 of the Revised Report: >> >> void denotation : empty symbol. > > Thanks. If I had ever known that, I had forgotten. It's almost never > used because values are coerced to void all the contexts where it might > be otherwise required. I'm pretty sure I've never written it. I also did a quick test in a68g that “BEGIN EMPTY END” is a valid program (at least compiles without errors). But the last time I posted such a thing, someone claimed that a68g was not necessarily a fully conforming Algol 68 implementation ...