List of reserved words

Jacob Carlborg doob at me.com
Thu Oct 11 23:43:48 PDT 2012


On 2012-10-11 21:28, Jonathan M Davis wrote:

> A lot of it is there already: http://dlang.org/phobos/object.html

I wouldn't count that list. I'm thinking more something that explicitly 
says: "These are reserved symbols by the language or the runtime".

Creating your own function named "assumeSafeAppend" actually works fine. 
On the other hand, naming a module "object" is known to cause Bad Things 
to happen. So there are some differences.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list