Program Example41; { Program to demonstrate the GetEnv function. } Uses oldlinux; begin Writeln ('Path is : ',Getenv('PATH')); end.