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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.221.230 with SMTP id qh6mr5571398pac.9.1409668700274; Tue, 02 Sep 2014 07:38:20 -0700 (PDT) X-Received: by 10.140.83.180 with SMTP id j49mr801341qgd.1.1409668700226; Tue, 02 Sep 2014 07:38:20 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!r2no12881806igi.0!news-out.google.com!q8ni8qal.1!nntp.google.com!dc16no559453qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 2 Sep 2014 07:38:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.157.152.226; posting-account=QrZwxQoAAAByl3YAWTpexAk3yBYyZMHn NNTP-Posting-Host: 194.157.152.226 References: <1285756762431293678.582499nonlegitur-futureapps.invalid@reader80.eternal-september.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Is there a way to do large block of source code comments From: kalvin.news@gmail.com Injection-Date: Tue, 02 Sep 2014 14:38:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188802 Date: 2014-09-02T07:38:20-07:00 List-Id: > > function Drops (Bucket : Natural) return Natural > > with Indexing => "number of drops collected in Bucket", > > Post => (if Drops'Result = 0 > > then (not Is_Placed (Bucket) or No_Rain)); > > -- TODO: replace Natural with a subtype for bucket numbering > > > > end Example; While at it, why not adding "with todo => ..." as well ;)