Import concerns revisited

Deewiant deewiant.doesnotlike.spam at gmail.com
Sun Jul 9 11:29:26 PDT 2006


John Reimer wrote:
> Also, for selective import, I think using "from" instead of "with" looks much
> better.
> 

"from" is a quite common variable name though, so introducing it as a keyword
would probably break a lot of code.

For the same reason I suggested "in" instead of "as", even though the meaning
may not be quite as obvious.



More information about the Digitalmars-d mailing list