summaryrefslogtreecommitdiff
path: root/fpcdocs/olinuxex/ex39.pp
blob: 3ef2b5e818da8147b0e87c42ed24049efe07b9ac (plain)
1
2
3
4
5
6
7
8
9
Program Example39;

{ Program to demonstrate the GetDomainName function. }

Uses oldlinux;

begin
  Writeln ('Domain name of this machine is : ',GetDomainName);
end.