summaryrefslogtreecommitdiff
path: root/fpcdocs/sysutex/ex88.pp
blob: cf4b04227be62ac665f601ec99b555d1d2591142 (plain)
1
2
3
4
5
6
7
8
9
Program example88;

{ This program demonstrates the LastDelimiter function }

uses SysUtils;

begin
  Writeln(LastDelimiter('\.:','c:\filename.ext'));
end.