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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,587e0e0a16d65b10 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!n30g2000vba.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Invade wikipedia! Date: Wed, 25 Feb 2009 08:38:00 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1tw8gryqdolal$.1osqedj9x821c.dlg@40tude.net> <5c44eaae-631d-46d2-8384-86af79d5e048@n20g2000vba.googlegroups.com> <944a1924-0fa7-487f-a94d-084a2be1b231@v31g2000vbb.googlegroups.com> <9f2553d3-66f5-4708-a237-bfef1d8404f4@v42g2000yqj.googlegroups.com> <9c729d86-763b-446e-9ba0-3bd682ba23fa@u38g2000yqe.googlegroups.com> NNTP-Posting-Host: 81.156.240.216 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1235579880 11512 127.0.0.1 (25 Feb 2009 16:38:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Feb 2009 16:38:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n30g2000vba.googlegroups.com; posting-host=81.156.240.216; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3794 Date: 2009-02-25T08:38:00-08:00 List-Id: On Feb 25, 12:08=A0am, Martin wrote: > On Feb 24, 11:33=A0pm, "(see below)" wrote: > > > > > On 24/02/2009 23:28, in article > > 9f2553d3-66f5-4708-a237-bfef1d840...@v42g2000yqj.googlegroups.com, "Mar= tin" > > > wrote: > > > Sorry my made up example doesn't cut mustard! Does this make it any > > > clearer? :-) > > > > ------------------------ > > > -- Calculate_Velocity -- > > > ------------------------ > > > > procedure Calculate_Velocity > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0(Speed =A0 =A0: =A0 =A0 Meters_Per_Second; > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 Time =A0 =A0 : =A0 =A0 Seconds; > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 Velocity : out Meters_Per_Second_Per_Seco= nd); > > > Nope! > > The reason why is left as an exercise for the student. 8-) > > > -- > > Bill Findlay > > chez blueyonder.co.uk > > Hmmm, the tautology? I'm using C too much these days... > > --------------- > -- Calculate -- > --------------- > > procedure Calculate (Speed =A0 =A0: =A0 =A0 Meters_Per_Second; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Time =A0 =A0 : =A0 =A0 Seconds= ; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Velocity : out Meters_Per_Seco= nd_Per_Second); It's a 'doh' moment... Velocity - no, Acceleration - yes (and change 'Speed' to 'Velocity'). Must stop typing at 11:33pm... :-) Cheers -- Martin