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,516698978d3b6a66 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Peter Amey Newsgroups: comp.lang.ada Subject: Re: Sample code of Ada Input and Output? Date: Mon, 19 Jul 2004 08:43:10 +0100 Message-ID: <2m1cceFhgte4U1@uni-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de sVcEiXM0KyHjsQy9FgecpwmGsd9HvzEwkd9Osqep2igyuqvas= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:2223 Date: 2004-07-19T08:43:10+01:00 List-Id: zw wrote: > Could anybody show me an example of Ada Input and Output from both > user commands and files? Any example of SPARK (Core Ada) Input and > Output? > Thanks in advace! zw, For SPARK text input/output you could check the short example in the SPARK95_IO user manual included on both the book and commercial CDROMs. Peter