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