fpc/docs/olinuxex/ex39.pp
2004-10-16 13:14:03 +00:00

10 lines
166 B
ObjectPascal

Program Example39;
{ Program to demonstrate the GetDomainName function. }
Uses oldlinux;
begin
Writeln ('Domain name of this machine is : ',GetDomainName);
end.