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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!udecc.engr.udayton.edu!blackbird.afit.af.mil!dlindsle From: dlindsle@afit.af.mil (David T. Lindsley) Newsgroups: comp.lang.ada Subject: Re: Has anyone gotten test_math.a to run on a Sun4/OS 4.1 using VADS 6.0 ? Message-ID: <1991Jun14.171209.10860@afit.af.mil> Date: 14 Jun 91 17:12:09 GMT References: <813@infotec.UUCP> Organization: Air Force Institute of Technology List-Id: 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...)