[fpc-pascal] unit name with dots
mariano podesta
antiriad at gmail.com
Wed May 24 15:42:30 CEST 2006
hi,
does fpc support unit names with more than one dot or is planned?
in delphi 7 you can compile this:
// unit main.dpr
program main;
uses
test.sec;
begin
test.sec.doit;
end.
// unit test.sec.pas
unit test.sec;
interface
procedure doit;
implementation
procedure doit;
begin
writeln('anda');
end;
end.
thanks,
marianop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060524/86f6e7a6/attachment.html>
More information about the fpc-pascal
mailing list