Deutsch   English   Français   Italiano  
<vajt3u$2so1b$2@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: on allowing "int a" definition everywhere
Date: Tue, 27 Aug 2024 06:52:46 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <vajt3u$2so1b$2@dont-email.me>
References: <afdfe7c37c6ad739fd82c7ec0587b82e0963fce2@i2pn2.org>
	<va3n09$3nnl8$1@dont-email.me>
	<f693bfded5f8fec712a445d88ebe34419e0f7072@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 27 Aug 2024 08:52:46 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0a410b51be7b0d25514a712e66466478";
	logging-data="3039275"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/v8cgCIMm5XbURI1Y/cOgs"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:8cS94LusiYKDp3sTay8rn42hN+o=
Bytes: 1456

On Sun, 25 Aug 2024 12:40:39 +0200, fir wrote:

> Lawrence D'Oliveiro wrote:
>
>> Somehow along the line from BCPL to B to C, one useful feature was
>> lost: the ability to have a value-returning statement block inside an
>> expression.
>>
> if so thats probably sad, though i dont know how it looked like

The construct looks like

    VALOF $( ... «stmts»; RESULTIS «return-value» $)