On Mon, 26 Jul 2010 11:23:31 -0300
Marcos Douglas <m...@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?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to