pascalabcnet/InstallerSamples/!Tutorial/09_Units/UnitNames/MyA.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

11 lines
71 B
ObjectPascal

unit MyA;
procedure p;
begin
writeln('MyA.p');
end;
begin
end.