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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,96ae138aab3beb03 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-04 03:41:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Localized Variable Declaration Date: 04 Jun 2002 11:26:16 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <3CF77998.9040806@yahoo.com> <3CF77CDA.3090805@yahoo.com> <3CF78D3D.3030400@yahoo.com> <3CF79DFC.50613FAF@san.rr.com> <5ee5b646.0206020720.6b91978b@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1023187240 nnrp-14:3538 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:25293 Date: 2002-06-04T11:26:16+01:00 List-Id: Preben Randhol writes: > On 03 Jun 2002 07:29:33 +0200, Michael Bode wrote: > > > > Could someone please help a poor Ada beginner and tell me when to > > leave a blank between a function name and its parameter list and when > > not? I personally find the above Put_Line("write two number"); more > > readable than Float := Float (a) * Float (b) * 42.42; because I think > > of a function and its parameters as a unity, but I've seen the blanks > > in textbooks quite often. OTHO "Ada Quality and Style" favors the > > Put_Line(...) > > If you compile with GNAT use the -gnats option. -gnaty