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,f92fbb4a0420dd57 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: some questions re. Ada/GNAT from a C++/GCC user Date: 1996/03/30 Message-ID: #1/1 X-Deja-AN: 145059434 references: <4jjul6$637@ra.nrl.navy.mil> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-03-30T00:00:00+00:00 List-Id: In article <4jjul6$637@ra.nrl.navy.mil>, Richard Pitre wrote: >I thing of "begin" and "end" are visual cues and I prefer them to eyeburner >baggage like "{" and "}". You miss the point. C++ doesn't require "{" and "}" in this case -- the case we're talking about is where no visual cues are necessary. I can understand that one might like "begin" better than "{", but this is a case where C++ requires nothing at all, and Ada requires "declare", "begin", and "end", for no good reason. - Bob