mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 13:38:32 +02:00
9 lines
155 B
ObjectPascal
9 lines
155 B
ObjectPascal
Program example88;
|
|
|
|
{ This program demonstrates the LastDelimiter function }
|
|
|
|
uses SysUtils;
|
|
|
|
begin
|
|
Writeln(LastDelimiter('\.:','c:\filename.ext'));
|
|
end. |