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,d6413a22d4aaecda X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Program identification Date: 1996/08/31 Message-ID: #1/1 X-Deja-AN: 177634829 references: organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-08-31T00:00:00+00:00 List-Id: In article , Chris Sparks wrote: >P'Identity which returns a string, P is a program unit How is: P'Identity different from: "P" I mean, if you know which program unit you're talking about, then you can put its name in the program, either way. If you don't know, then how can you refer to it? >I am using this information as part of an exception reporter system. Any decent implementation of Ada.Exceptions will produce good exception reporting info. - Bob