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: Alejandro Villanueva <190921@cepsz.unizar.es> Subject: Re: if statements Date: 2000/11/08 Message-ID: <3A09A39F.2822C01B@cepsz.unizar.es>#1/1 X-Deja-AN: 691314115 Content-Transfer-Encoding: 8bit References: <3A02CED4.520C2768@brighton.ac.uk> <3A078B6F.D34B024B@erols.com> <8ua3m1$bru$1@nnrp1.deja.com> Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: usenet@news.unizar.es X-Trace: news.unizar.es 973711338 31940 155.210.155.32 (8 Nov 2000 19:22:18 GMT) Organization: Universidad de Zaragoza Mime-Version: 1.0 NNTP-Posting-Date: 8 Nov 2000 19:22:18 GMT Newsgroups: comp.lang.ada Date: 2000-11-08T19:22:18+00:00 List-Id: 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 ------------------------------------------------------