Environment variables: Difference between revisions

Content deleted Content added
→‎{{header|PARI/GP}}: Echoing an environment variable in a child process shell is not environment access (unless you capture the output).
m →‎{{header|PARI/GP}}: Wrong template syntax!
Line 369:
 
=={{header|PARI/GP}}==
{{incorrect|PARI/GP|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>