DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / olinuxex / ex45.pp
123456789
Program Example45; { Program to demonstrate the FExpand function. } Uses oldlinux; begin Writeln ('This program is in : ',FExpand(Paramstr(0))); end.