Sujet : Re: on allowing "int a" definition everywhere
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 27. Aug 2024, 07:52:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vajt3u$2so1b$2@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.160 (Toresk; )
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» $)