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

10 lines
155 B
ObjectPascal

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