Error in definition of Imprt

Carlos Smith carlos-smith at sympatico.ca
Tue Feb 20 09:34:27 PST 2007


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







More information about the Digitalmars-d mailing list