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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!caip!pyrnj!mirror!gabriel!ada-uts!mbate From: mbate@ada-uts Newsgroups: net.lang.ada Subject: Re: Surely one can 'open append' in Ada Message-ID: <4700078@ada-uts> Date: Mon, 6-Oct-86 13:19:00 EDT Article-I.D.: ada-uts.4700078 Posted: Mon Oct 6 13:19:00 1986 Date-Received: Wed, 8-Oct-86 06:32:13 EDT References: <409@tolerant.UUCP> Nf-ID: #R:tolerant.UUCP:-40900:ada-uts:4700078:37777777600:520 Nf-From: ada-uts!mbate Oct 6 13:19:00 1986 List-Id: There is no "official" (that is, LRM-specified) way to do this in Ada. It is, however, one of those things that could legally be included in an implementation in an implementation-dependent way. Two ways come to mind: 1. A form string parameter. 2. Ada "standard output" is defined in the LRM as never opened or closed explicitly by the programmer. It sounds much the same as UNIX standard output and therefore could be appended in a UNIX system via ">>".