Re: Anybody here?

Björn Lundin <[email protected]> Mon, 27 Sep 2021 13:00:43 +0200
Newsgroups alt.comp.lang.pascal
Organization A noiseless patient Spider
Message-ID <[email protected]>
On 2021-08-31 09:31, F. W. wrote:
> Am 30.08.2021 um 18:22 schrieb David Snowdon:
> 

> Personally I used Modula-2 which I loved for its clearer structure. In
> Pascal I wrote
> 
> IF X>2 THEN BEGIN
>    ...
> END ELSE BEGIN
>    ...
> END;
> 
> In Modula-2 I loved
> 
> IF X>2 THEN
>    ...
> ELSE
>    ...
> END;


looks like you'd like Ada then
comp.lang.ada is alive and well
/Björn