> Even the keyword 'auto' is C's defunct 'auto' in C++0x (and I strongly 
> belive also in D); just because "automatic variable" and "automatically 
> typed" both start with "auto". :)
> 
> Ali

If I'm not mistaken (surely I am), D's auto keyword is the same as C's. But D 
has type inference so we just state the storage class and not the type.

http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration

Reply via email to