comp.lang.ada
 help / color / mirror / Atom feed
From: dlindsle@afit.af.mil (David T. Lindsley)
Subject: Re: Has anyone gotten test_math.a to run on a Sun4/OS 4.1 using VADS 6.0 ?
Date: 14 Jun 91 17:12:09 GMT	[thread overview]
Message-ID: <1991Jun14.171209.10860@afit.af.mil> (raw)
In-Reply-To: 813@infotec.UUCP

lee@infotec.UUCP (Lee Van Dyke) writes:

[stuff deleted]


>        Find_Iexp: 
>            declare
>                Y : Floating := 1.0;
>                A : Floating := Betain;
>                I : Integer := 0;
>            begin
>                loop
>                    Y := A * A;
>                    exit when Y = 0.0;
>                    I := I + 1;
>                    A := Y;
>                end loop;

Could someone please refer me to where these "declare" segments are
explained in the LRM?

(Yes, I'm quite sure this is an FAQ, but...)

-- 
Dave Lindsley	#24601#			OPINIONS.  MINE.  (Nobody tells me
dlindsle@blackbird.afit.af.mil		  anything anyway, so I can't possibly 
    ?? lamroN eb yhW ??			  be anybody's mouthpiece...)

  reply	other threads:[~1991-06-14 17:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1991-06-13 17:33 Has anyone gotten test_math.a to run on a Sun4/OS 4.1 using VADS 6.0 ? Lee Van Dyke
1991-06-14 17:12 ` David T. Lindsley [this message]
1991-06-15  1:42   ` Block Statements and the DECLARE reserved word Michael Feldman
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox