RosettaCodeData/Task/Environment-variables/00DESCRIPTION

13 lines
473 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{omit from|M4}}
2015-11-18 06:14:39 +00:00
{{omit from|TI-83 BASIC}} {{omit from|TI-89 BASIC}} <!-- Does not have an environment other than regular global variables. -->
2015-02-20 00:35:01 -05:00
{{omit from|Unlambda|Does not provide access to environment variables.}}
2015-11-18 06:14:39 +00:00
2016-12-05 22:15:40 +01:00
;Task:
2015-02-20 00:35:01 -05:00
Show how to get one of your process's [[wp:Environment variable|environment variables]].
2016-12-05 22:15:40 +01:00
The available variables vary by system; &nbsp; some of the common ones available on Unix include:
:::* &nbsp; PATH
:::* &nbsp; HOME
:::* &nbsp; USER
<br><br>