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: a07f3367d7,9506bdc34331969a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: put of access type References: From: Stephen Leake Date: Thu, 20 Aug 2009 04:09:02 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:VZC20Mcl3robXIoEFsxC4TAw9Do= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a08164a8d048be197caa700763 Xref: g2news2.google.com comp.lang.ada:7903 Date: 2009-08-20T04:09:02-04:00 List-Id: "Dmitry A. Kazakov" writes: > On Tue, 18 Aug 2009 18:26:26 -0400, Rob Solomon wrote: > >> I would like to output a pointer to the screen. (I am just learning >> Ada). >> >> How do I put(Any_Access_Type) > > You probably meant the address of the pointed object. That would _also_ be interesting. In the large majority of cases, they are the same. The cases where they are not the same are interesting. Why do people insist that the value of an access type must be mysterious? There's a lot to be learned this way. -- -- Stephe