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 X-Google-Thread: 103376,b50bc6538a649497 X-Google-Attributes: gid103376,public From: Daniel Allex Subject: Re: if statements Date: 2000/11/08 Message-ID: <3A0A2ABE.56192715@erols.com>#1/1 X-Deja-AN: 691487057 Content-Transfer-Encoding: 8bit References: <3A02CED4.520C2768@brighton.ac.uk> <3A078B6F.D34B024B@erols.com> <8ua3m1$bru$1@nnrp1.deja.com> <3A09A39F.2822C01B@cepsz.unizar.es> To: Alejandro Villanueva <190921@cepsz.unizar.es> X-Accept-Language: en Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@rcn.com X-Trace: utkyC5mGsladxYzaPibdjgpR9Y2pTGouSvtzyM+w4ZI= Mime-Version: 1.0 NNTP-Posting-Date: 9 Nov 2000 04:39:28 GMT Newsgroups: comp.lang.ada Date: 2000-11-09T04:39:28+00:00 List-Id: Thanks! The guy asked for help. I gave a solution. Period. This group sure spends a lot of time going in circles. Alejandro Villanueva wrote: > Robert Dewar wrote: > > > In article <3A078B6F.D34B024B@erols.com>, > > Daniel Allex wrote: > > > procedure Swap ( A, B : in out Integer ) is > > > Temp : Integer := 0; > > > begin > > > if A <= B then > > > Temp := A; > > > A := B; > > > B := Temp; > > > end if; > > > end; > > > > Finally he gets someone to do his homework for him, though > > not very competently (this looks like another student > > tackling the excercise for the first time :-) > > > > Robert, you do always the same... why do you have to say that? > It IS a valid solution, and not the solution a geek will give after all. > And MOST important: it WORKS! > > > Sent via Deja.com http://www.deja.com/ > > Before you buy. > > -- > ------------------------------------------------------ > �Quieres Cobrar por Navegar en Internet? > Visita: http://www.navegana.com/dinero/flintstone.html > ------------------------------------------------------ > Alejandro Villanueva > 190921@cepsz.unizar.es > ------------------------------------------------------