mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:29:28 +02:00
9 lines
161 B
ObjectPascal
9 lines
161 B
ObjectPascal
Program Example47;
|
|
|
|
{ This program demonstrates the SetDirSeparators function }
|
|
|
|
Uses sysutils;
|
|
|
|
Begin
|
|
Writeln (SetDirSeparators('/pp\bin/win32\ppc386'));
|
|
End. |