digitalmars.D - Error in definition of Imprt
- Carlos Smith (10/10) Feb 20 2007 Under the definition of Import Declaration
Under the definition of Import Declaration
http://www.digitalmars.com/d/module.html
ImportBind is defined as:
ImportBind:
Identifier
Identifier =
It should be
ImportBind:
Identifier
Identifier = Identifier
Feb 20 2007








"Carlos Smith" <carlos-smith sympatico.ca>