ex41.pp 137 B

123456789
  1. Program Example41;
  2. { Program to demonstrate the GetEnv function. }
  3. Uses oldlinux;
  4. begin
  5. Writeln ('Path is : ',Getenv('PATH'));
  6. end.