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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32a46ee5ebd20343 X-Google-Attributes: gid103376,public From: Kirk Beitz Subject: Re: Ada Question Date: 1996/12/11 Message-ID: #1/1 X-Deja-AN: 203473935 sender: beitz@volkov references: <58ia73$d5s@NNTP.MsState.Edu> to: wfg1@ra.msstate.edu organization: Booz*Allen & Hamilton, Inc. newsgroups: comp.lang.ada Date: 1996-12-11T00:00:00+00:00 List-Id: wfg1@ra.msstate.edu (William Gilreath) writes: > structured and designed. One question I have is that can Ada retrieve command > line arguements...if so, is it a standard in the language? it is standard to the language. it is called Ada.Command_Line . it can be found on the web at http://www.adahome.com/rm95/rm9x-A-15.html . if you have gnat installed on your un*x system, you can find it in the adainclude/ subdirectory of your installation. --kirk beitz