www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - delete on digital mars front page

reply Craig Dillabaugh <cdillaba nrcan.gc.ca> writes:
No sure if this is the correct newsgroup to post a comment about the website 
... but hopefully its OK. 

I notice that the code example given on the main DigitalMars page:

http://www.digitalmars.com/d/2.0/index.html

includes the use of the 'delete' keyword in the first foreach loop 
presented.  In fact the use of the 'delete' keyword is one of the first 
things someone checking out D will see.

Isn't delete being deprecated or some such thing?  If so maybe it shouldn't 
be in the 'Example of what you can do with D'....
-- 
Craig
Nov 11 2011
parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
That page will go away one day. The official one is this:
http://d-programming-language.org/ and it doesn't have delete (at
least on that page, it could still be lurking in the documentation
somewhere).
Nov 11 2011
parent reply Paulo Pinto <pjmlp progtools.org> writes:
On 11.11.2011 19:24, Andrej Mitrovic wrote:
 That page will go away one day. The official one is this:
 http://d-programming-language.org/ and it doesn't have delete (at
 least on that page, it could still be lurking in the documentation
 somewhere).
That page also has the delete operator on the first foreach loop.
Nov 11 2011
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
Crap, I didn't notice it.
Nov 11 2011