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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3132fa2f1b036425 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-04 06:13:43 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!feed.news.nacamar.de!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: number_base Date: Tue, 4 Nov 2003 14:13:43 +0000 (UTC) Organization: PVV Message-ID: References: <49cbf610.0310311258.2024b12b@posting.google.com> <5gafqvk6ts9ku1ijrm3vanp5707emn9flp@4ax.com> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1067955223 23382 129.241.83.82 (4 Nov 2003 14:13:43 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 4 Nov 2003 14:13:43 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2039 Date: 2003-11-04T14:13:43+00:00 List-Id: On 2003-11-04, Dmitry A Kazakov wrote: > with Ada.Text_IO; use Ada.Text_IO; > with Strings_Edit.Roman_Edit; use Strings_Edit.Roman_Edit; > > procedure Romans is > Number : Roman := 2003; > begin > Put_Line ("2003=" & Image (Number)); Roman' Image you mean? if not function Image ( Number : Roman) return String; ;-) -- "Saving keystrokes is the job of the text editor, not the programming language."