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: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada Question Date: 1996/12/14 Message-ID: #1/1 X-Deja-AN: 204501108 references: <58rdj6$mtm@netserver.univ-lille1.fr> organization: New York University newsgroups: comp.lang.ada Date: 1996-12-14T00:00:00+00:00 List-Id: MIROLO Sebastian asked "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 comman d line arguments in Ada 83 ?" Be sure to say Ada 83 if you are talking about Ada 83 as opposed to Ada 95. If you simply say Ada, people will assume you mean Ada 95, the current version of the language, and not the old version which has been superceded. In Ada 83, there is no standard way of getting command line arguments. It is implementation dependnet, and even varies from one compiler to another from the same vendor. But why not just consult your Alsys documentation (I know that the answer is there, I helped write that documentation at the time!) You must have full documentation if you have an Alsys compiler, since in those days all Alsys compilers came with full paper documentation.