ex45.pp 152 B

123456789
  1. Program Example45;
  2. { Program to demonstrate the FExpand function. }
  3. Uses linux;
  4. begin
  5. Writeln ('This program is in : ',FExpand(Paramstr(0)));
  6. end.