Environment variables: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: clarified the sentence about (the pool of) environmental variables. -- ~~~~)
Line 622: Line 622:


=={{header|REXX}}==
=={{header|REXX}}==
Each REXX interpreter sets its own rules by what identify the environmental variables are named. In addition, each operation system (OS) has their own definition as well. This makes it problamatic in the acessing/acquiring of environmental variables. Most programmers know what REXX interpreter they are using, and furthermore, they also know what operating system they are writing the REXX program for, so most programmers hard-wire (explicitly code) the "access-name" of the system environmental variables into the program.
Each REXX interpreter sets its own rules by what identifies the pool in which the environmental variables are named. In addition, each operation system (OS) has their own definition as well. This makes it problamatic in the acessing/acquiring of environmental variables. Most programmers know what REXX interpreter they are using, and furthermore, they also know what operating system they are writing the REXX program for, so most programmers hard-wire (explicitly code) the "access-name" of the system environmental variables into the program.


The following will work for
The following will work for