mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 14:47:17 +01:00
10 lines
120 B
ObjectPascal
10 lines
120 B
ObjectPascal
function Append : Boolean;
|
|
|
|
procedure DoAppend;
|
|
begin
|
|
Append := true;
|
|
end;
|
|
|
|
begin
|
|
end.
|