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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9fb8e2af320d5b3e X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!194.117.148.138.MISMATCH!pe2.news.blueyonder.co.uk!blueyonder!news-peer!btnet!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Bus error Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <0367891DA5DA7E408D42A860FA002F44B0CC48@sma2901.cr.eurocopter.corp> <1l4yqvxoid4n1.1u8eo4oo8ml4m$.dlg@40tude.net> <4685280c$0$14869$9b4e6d93@newsspool4.arcor-online.net> <4686432a$0$14873$9b4e6d93@newsspool4.arcor-online.net> <46869b24$0$14879$9b4e6d93@newsspool4.arcor-online.net> Date: Sun, 1 Jul 2007 11:07:39 +0200 Message-ID: NNTP-Posting-Date: 01 Jul 2007 11:06:56 CEST NNTP-Posting-Host: d6a3933c.newsspool2.arcor-online.net X-Trace: DXC=j_2i[ On Sat, 30 Jun 2007 20:07:45 +0200, Georg Bauhaus wrote: > Dmitry A. Kazakov wrote: >> Slice : String renames Line (10..20); > > And you want to be sure that Line (10 .. 20) indeed renames > a character string of the array? If that is called renaming. Note, that there are three independent concepts intermixed in Ada's renaming: 1. Alias names 2. Temporal objects 3. Delegation If Slice is a proxy object to Line delegating its operations to Line, then why is it called renaming? Why is it String? (in fact it is some anonymous thing from String'Class) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de