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,8dea6f46dfb95f66 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Environment variables Date: 1996/11/09 Message-ID: #1/1 X-Deja-AN: 195510886 references: <55819q$mql@newslink.runet.edu> <3278B9B1.1773@watson.ibm.com> <55qhak$gsj@news.ida.org> organization: New York University newsgroups: comp.lang.ada Date: 1996-11-09T00:00:00+00:00 List-Id: Dave Wheeler said "Yes, it'd be nice if there was a standard Ada function that did this for you" Hmmm! a bit dubious, given there are many systems on which the concept of environment variable is either missing or is not clear. It seems to me that Unix-related functions like this are better supplied via the Posix interface. But I agree this one is on the edge.