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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,45ef5cb0f7b9d1d4,start X-Google-Attributes: gid103376,public From: Frank Falk Subject: Access-To-Object-Type question. Date: 1996/04/24 Message-ID: <317EEBB4.5C18@chicago.aae.com>#1/1 X-Deja-AN: 151295297 content-type: text/plain; charset=us-ascii organization: AAEC mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (Win95; I) Date: 1996-04-24T00:00:00+00:00 List-Id: I am reading Ada As a Second Language, second edition and have a question about section 8.3, Access-To-Object-Type Declarations. What is the purpose of these? Can someone give me an example? It looks like I'm declaring pointers to variables declared in the same location. Thanks in advanced.