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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.107.63.215 with SMTP id m206mr8248610ioa.28.1513514460688; Sun, 17 Dec 2017 04:41:00 -0800 (PST) X-Received: by 10.157.87.203 with SMTP id q11mr652273oti.8.1513514460419; Sun, 17 Dec 2017 04:41:00 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer03.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g80no552195itg.0!news-out.google.com!s63ni881itb.0!nntp.google.com!g80no552193itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 17 Dec 2017 04:40:59 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.245.162.244; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.245.162.244 References: <6bedbdee-ca7f-4d2a-83f9-6cc9c53d21cb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e659202-ab0b-44a5-9549-3e41fa465ab4@googlegroups.com> Subject: Re: how to do things like procedure foo(A: string) is bar: string := A; begin; ...;end; From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Sun, 17 Dec 2017 12:41:00 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1500 X-Received-Body-CRC: 648760949 Xref: reader02.eternal-september.org comp.lang.ada:49494 Date: 2017-12-17T04:40:59-08:00 List-Id: Fine. It means a variable's bounds must be known at initizialisation, not c= ompilation ? I had a boggus idea of what "static" means, or when it's neces= sary. A boggus idea of how the whole head + stack works. I'm still not sure= , but it does simplify writing things a lot. Thanks.