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