mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 03:53:45 +02:00
10 lines
151 B
ObjectPascal
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.
|