[fpc-pascal] Re: Ideas for namespace implementation

Reimar Grabowski reimgrab at web.de
Mon Jul 26 16:33:19 CEST 2010


On Mon, 26 Jul 2010 11:23:31 -0300
Marcos Douglas <md at delfire.net> wrote:

> IMHO, is better to use the ':' like  myspace:sysutils

Even better C++ style:
 
uses
  myspace::sysutils;
 
begin
  Exception; // no error
  SysUtils.Exception; // identifier not found
  MySpace::SysUtils.Exception; // no error
end.

R.
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



More information about the fpc-pascal mailing list