Deutsch   English   Français   Italiano  
<uvphg8$1qshp$6@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

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 <ldo@nz.invalid>
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: <uvphg8$1qshp$6@dont-email.me>
References: <uut24f$2icpb$1@dont-email.me> <uv5lgl$s6uj$1@dont-email.me>
	<uv61f6$v1jm$1@dont-email.me> <uv68ok$11080$1@dont-email.me>
	<uv7a8n$18qf8$3@dont-email.me> <uv867l$1j8l6$1@dont-email.me>
	<_zSRN.161297$m4d.144795@fx43.iad> <20240411075825.30@kylheku.com>
	<r8TRN.114606$Wbff.54968@fx37.iad> <uva6ep$24ji7$1@dont-email.me>
	<uvah1j$26gtr$1@dont-email.me> <uvao71$27qit$1@dont-email.me>
	<uvb9r4$2c31v$1@dont-email.me> <uvcing$2kbfj$6@dont-email.me>
	<uveft2$346sv$1@dont-email.me> <uvf7vs$3911c$3@dont-email.me>
	<8734roqmdb.fsf@bsb.me.uk> <uvhm89$3s6na$2@dont-email.me>
	<uvi79d$2ubl$1@dont-email.me> <878r1epo2i.fsf@bsb.me.uk>
	<uvk9po$h2pg$6@dont-email.me> <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 <ldo@nz.invalid> 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 ...