summaryrefslogtreecommitdiff
path: root/fpcdocs/bunixex/ex41.pp
blob: 00641005c97b94596950e2ccd8cb6be6c8282425 (plain)
1
2
3
4
5
6
7
8
9
Program Example41;

{ Program to demonstrate the GetEnv function. }

Uses BaseUnix;

begin
  Writeln ('Path is : ',fpGetenv('PATH'));
end.