summaryrefslogtreecommitdiff
path: root/fpcdocs/sysutex/ex94.pp
blob: 07df3b416222220b2c77fcf7e1d3200a58e72fc9 (plain)
1
2
3
4
5
6
7
8
Program Example94;

{ This program demonstrates the IncludeLeadingPathDelimiter function }

Uses sysutils;

Begin
End.