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=2.2 required=5.0 tests=BAYES_00,FROM_WORDY, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,44aecd08962a2500 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-08 03:22:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!feed1.news.rcn.net!rcn!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada Subject: Re: Visibility Date: Sun, 8 Jun 2003 06:20:51 -0400 Message-ID: References: <009C830A.36D4A463.0015D3EC@netscape.net> <73yEa.45788$ca5.30987@nwrdny02.gnilink.net> Reply-To: "Frank J. Lhota" X-Trace: UmFuZG9tSVbpRq/qmSO+qCOTNE5zq6SbZGDmNITit9Xbff3KhFQY20ceoRNE2CQZ X-Complaints-To: abuse@rcn.com NNTP-Posting-Date: 8 Jun 2003 10:21:35 GMT X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal Xref: archiver1.google.com comp.lang.ada:38832 Date: 2003-06-08T10:21:35+00:00 List-Id: "Hyman Rosen" wrote in message news:73yEa.45788$ca5.30987@nwrdny02.gnilink.net... > David C. Hoos, Sr. wrote: > > Elaboration is nothing at all like the instantiation of a C++ class. > > Elaboration is a _process_ that takes place at program startup wherein > > declarations are executed -- e.g. to initialize a constant or variable. > > Only at program startup? Yes, only at startup. By the time that the main procedure starts execution, everything it uses is elaborated.