DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / olinuxex / ex41.pp
123456789
Program Example41; { Program to demonstrate the GetEnv function. } Uses oldlinux; begin Writeln ('Path is : ',Getenv('PATH')); end.