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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC 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: mirolo@fil.univ-lille1.fr (MIROLO Sebastien) Subject: Re: Ada Question Date: 1996/12/13 Message-ID: <58rdj6$mtm@netserver.univ-lille1.fr>#1/1 X-Deja-AN: 203903587 references: organization: Formations Informatiques Lille - F.I.L. - B�t. M5 reply-to: mirolo@fil.univ-lille1.fr newsgroups: comp.lang.ada Date: 1996-12-13T00:00:00+00:00 List-Id: >> 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 This is fine if you got an Ada 95 compiler, but here we are always using an old Ada 83 compiler (Alsys for MS-DOS). Could anyone remember how to retrieve command line arguments in Ada 83 ?