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,dd17afdec1033c93 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.germany.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "(see below)" Newsgroups: comp.lang.ada Subject: Re: From Pascal to Ada Date: Fri, 02 Nov 2007 00:01:47 +0000 Message-ID: References: <1193957079.981952.101030@d55g2000hsg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: individual.net wyLbRGj83bWNTT6/F6wfiAy2pm/gh6UjrQxUZ3BGEU4yUcEECy Cancel-Lock: sha1:NghSA1J05Z1hd2K9LOwbxL4NP7I= User-Agent: Microsoft-Entourage/11.3.6.070618 Thread-Topic: From Pascal to Ada Thread-Index: Acgc4490zjyi/4jWEdyx+QARJIjQTg== Xref: g2news2.google.com comp.lang.ada:2702 Date: 2007-11-02T00:01:47+00:00 List-Id: On 1/11/07 22:44, in article 1193957079.981952.101030@d55g2000hsg.googlegroups.com, "j.khaldi@oltrelinux.com" wrote: > Hi, > how do you translate this Pascal code in Ada? > > type > realFunction = function(x: double): double; That is NOT Pascal code. Did you copy it from something, or make it up? If the first, how was it used? If the second, how do you want to use it? -- Bill Findlay chez blueyonder.co.uk