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-Thread: 103376,8a6e6d9458ae6ddc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Wojtek Narczynski Newsgroups: comp.lang.ada Subject: Re: Is this a bug? Date: Fri, 24 Sep 2004 14:47:38 +0200 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: <5ad0dd8a.0409221652.6a69b336@posting.google.com> <5ad0dd8a.0409230035.337f9305@posting.google.com> <2rg6a1F1arg02U1@uni-berlin.de> NNTP-Posting-Host: host-ip178-211.crowley.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: nemesis.news.tpi.pl 1096029812 12466 62.111.211.178 (24 Sep 2004 12:43:32 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Fri, 24 Sep 2004 12:43:32 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:4099 Date: 2004-09-24T14:47:38+02:00 List-Id: Hello, > If you want a short name for a complex expression, that is re-evaluated > each time the name is used, you need a function, not a rename: > > declare > function Current is return Current_Hook.all; end Current; > begin > > Only 3 more identifiers! > I don't think this is applicable to my code. Regards, Wojtek