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,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!d55g2000hsg.googlegroups.com!not-for-mail From: j.khaldi@oltrelinux.com Newsgroups: comp.lang.ada Subject: From Pascal to Ada Date: Thu, 01 Nov 2007 15:44:39 -0700 Organization: http://groups.google.com Message-ID: <1193957079.981952.101030@d55g2000hsg.googlegroups.com> NNTP-Posting-Host: 80.67.112.156 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1193957080 23279 127.0.0.1 (1 Nov 2007 22:44:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Nov 2007 22:44:40 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=80.67.112.156; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2698 Date: 2007-11-01T15:44:39-07:00 List-Id: Hi, how do you translate this Pascal code in Ada? type realFunction = function(x: double): double; Thanks!