Environment variables: Difference between revisions

Content added Content deleted
(→‎{{header|PARI/GP}}: Echoing an environment variable in a child process shell is not environment access (unless you capture the output).)
Line 369: Line 369:


=={{header|PARI/GP}}==
=={{header|PARI/GP}}==
{{incorrect|This shows that the environment vector can pass through to a child process, which is an operating system feature.}}
<lang parigp>system("echo $HOME")</lang>
<lang parigp>system("echo $HOME")</lang>