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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b32e636458037b7b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1993-03-25 08:20:40 PST Newsgroups: comp.lang.ada Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!linus!linus.mitre.org!linus!mbunix!emery From: emery@goldfinger.mitre.org (David Emery) Subject: Re: CLI parameter passing In-Reply-To: nbssal@bambam's message of Wed, 24 Mar 1993 22:27:00 GMT Message-ID: Sender: news@linus.mitre.org (News Service) Nntp-Posting-Host: goldfinger.mitre.org Organization: The Mitre Corp., Bedford, MA. References: <24MAR199317272438@bambam> Date: Thu, 25 Mar 1993 15:26:09 GMT Date: 1993-03-25T15:26:09+00:00 List-Id: >This is not a language feature; it is a vendor feature. I have a package that >works for DEC Ada on VMS; let me know if you want it. More accurately, this is an Operating System issue. The POSIX/Ada binding contains a standard way for an Ada program to obtain command line parameters and environment variables in a POSIX environment. Current Unix compiler vendors also provide access to this O.S. feature (e.g. Verdix package COMMAND_LINE). dave