Jump to content

Environment variables: Difference between revisions

→‎{{header|PARI/GP}}: Echoing an environment variable in a child process shell is not environment access (unless you capture the output).
(→‎{{header|PARI/GP}}: Echoing an environment variable in a child process shell is not environment access (unless you capture the output).)
Line 369:
 
=={{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>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.