mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 05:41:50 +01:00
9 lines
96 B
ObjectPascal
9 lines
96 B
ObjectPascal
Program Example;
|
|
|
|
{ Program to demonstrate the *** function. }
|
|
|
|
Uses BaseUnix,Unix;
|
|
|
|
begin
|
|
end.
|