fpc/docs/linuxex/ex45.pp
1998-03-25 11:26:49 +00:00

10 lines
152 B
ObjectPascal

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