mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +02:00
16 lines
109 B
ObjectPascal
16 lines
109 B
ObjectPascal
unit unita;
|
|
|
|
interface
|
|
|
|
Procedure Testa;
|
|
|
|
implementation
|
|
|
|
{$R testa.html}
|
|
|
|
Procedure Testa;
|
|
|
|
begin
|
|
end;
|
|
|
|
end. |