mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:08:03 +02:00
10 lines
120 B
ObjectPascal
10 lines
120 B
ObjectPascal
function Append : Boolean;
|
|
|
|
procedure DoAppend;
|
|
begin
|
|
Append := true;
|
|
end;
|
|
|
|
begin
|
|
end.
|