fpc/docs/linuxex/ex45.pp
2004-07-18 11:57:11 +00:00

10 lines
151 B
ObjectPascal

Program Example45;
{ Program to demonstrate the FExpand function. }
Uses Unix;
begin
Writeln ('This program is in : ',FExpand(Paramstr(0)));
end.