summaryrefslogtreecommitdiff
path: root/fpcdocs/olinuxex/ex45.pp
blob: 3e8d990a94d5c6323ac72a20711ece91600045a6 (plain)
1
2
3
4
5
6
7
8
9
Program Example45;

{ Program to demonstrate the FExpand function. }

Uses oldlinux;

begin
  Writeln ('This program is in : ',FExpand(Paramstr(0)));
end.