From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5f764f1f7822ab9c X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Top 10 Language Constructs (Ada) Date: 2000/07/15 Message-ID: #1/1 X-Deja-AN: 646742079 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <8kmjja$l5h$1@pollux.ip-plus.net> <396F6C9D.692FD8C8@Raytheon.com> X-Trace: news.demon.co.uk 963682271 nnrp-02:14805 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-07-15T00:00:00+00:00 List-Id: "Samuel T. Harris" writes: > My number one is block statements. Which of course have been available since the year dot .. for example, CORAL 66 'begin' 'integer' x; x := 2; y := x; "y is external to the block .." 'end' or C { int x; x = 2; y = x; } Personally I find myself using the C version very frequently, no doubt if I still had to write CORAL I would do so there too .. spare me, spare me