From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:524f:: with SMTP id y15mr4691301qtn.266.1612391245302; Wed, 03 Feb 2021 14:27:25 -0800 (PST) X-Received: by 2002:a25:3056:: with SMTP id w83mr7218770ybw.504.1612391244904; Wed, 03 Feb 2021 14:27:24 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Feb 2021 14:27:24 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <1361832d-7b30-4d55-b464-e046389f5380n@googlegroups.com> <23427583-e608-4134-ba8c-edfa106571ddn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1f9f447a-6621-410c-aba4-e6f85e05a67fn@googlegroups.com> Subject: Re: Unreferenced parameters From: Shark8 Injection-Date: Wed, 03 Feb 2021 22:27:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61280 List-Id: On Wednesday, February 3, 2021 at 12:32:21 PM UTC-7, Simon Wright wrote: > Egil H H writes: > > > Sorry, I must have missed that you're asking about an expression function... > Yes, I should have been clearer. > > I've had hints before from (different) AdaCore staff that they'd prefer > the 'is (0);' on a new line, which would definitely make it more obvious. I typically do "is" new-line indented-expression. Function Example return integer is ( 1 );