Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!srcsip!klemmer!vestal From: vestal@SRC.Honeywell.COM (Steve Vestal) Newsgroups: comp.lang.ada Subject: Re: ADA problem, can you help? Message-ID: <50646@srcsip.UUCP> Date: 15 Dec 89 18:05:20 GMT References: <4261@crdgw1.crd.ge.com> Sender: news@src.honeywell.COM Followup-To: comp.lang.ada Distribution: comp.lang.ada Lines: 6 In-reply-to: oplinger@jupiter.crd.ge.com's message of 15 Dec 89 16:47:06 GMT >In article <4261@crdgw1.crd.ge.com> oplinger@jupiter.crd.ge.com (B. S. Oplinger) writes: > A := 2.0 * INPUT; > if A > INPUT_TYPE'LARGE then Try if A > INPUT_TYPE'LAST then