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,87557ce53b069315 X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: meaning of "current instance" Date: 1999/11/11 Message-ID: <382b8a6f_4@news1.prserv.net>#1/1 X-Deja-AN: 547604672 Content-transfer-encoding: 7bit References: <382b4885_4@news1.prserv.net> Content-Type: text/plain; charset="US-ASCII" X-Complaints-To: abuse@prserv.net X-Trace: 12 Nov 1999 03:33:03 GMT, 32.101.8.180 Organization: Global Network Services - Remote Access Mail & News Services Mime-version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-11T00:00:00+00:00 List-Id: In article , tmoran@bix.com wrote: > Given > type T is record > I : Integer := T.I; > J : Integer := Random(RGen); > A declaration of an object of type T will result in (unbounded) > erroneous execution, but with T.I replaced by T.J it would be OK, > resulting in T.I = T.J, right? I don't know that you're trying to do here. Your example doesn't refer to the "current instance" of the type. I don't think your program will even compile. -- Science is, foremost, a method of interrogating reality: proposing hypotheses that seem true and then testing them -- trying, almost perversely, to negate them, elevating only the handful that survive to the status of a theory. Creationism is a doctrine, whose adherents are interested only in seeking out data that support it. George Johnson, NY Times, 15 Aug 1999