digitalmars.D - Reserving Keywords
- "Jan-Eric Duden" <jeduden whisset.com> Apr 27 2004
- J Anderson <REMOVEanderson badmama.com.au> Apr 27 2004
- "Jan-Eric Duden" <jeduden whisset.com> Apr 27 2004
- School <itsnotvalid-news yahoo.com.hk> Apr 28 2004
Hi! I just wanted to suggest that some more keywords should be reserved. First suggestions: - property -->possible future application: to explicitly declare variables as properties - bool -->possible future application: boolean type - virtual --> not sure about this one... the current keyword list is here: http://www.digitalmars.com/d/lex.html#keyword -- Jan-Eric Duden
Apr 27 2004
Jan-Eric Duden wrote:Hi! - bool -->possible future application: boolean type
-- -Anderson: http://badmama.com.au/~anderson/
Apr 27 2004
- virtual --> not sure about this one...
I don't think that virtual should be used in D, but I think that people coming from C++ might get confused when they see variables and functions called virtual. -- Jan-Eric Duden "Jan-Eric Duden" <jeduden whisset.com> wrote in message news:c6l6r3$l0k$1 digitaldaemon.com...Hi! I just wanted to suggest that some more keywords should be reserved. First suggestions: - property -->possible future application: to explicitly declare variables as properties - bool -->possible future application: boolean type - virtual --> not sure about this one... the current keyword list is here: http://www.digitalmars.com/d/lex.html#keyword -- Jan-Eric Duden
Apr 27 2004
Jan-Eric Duden wrote (partly):- property -->possible future application: to explicitly declare variables as properties
Apr 28 2004









J Anderson <REMOVEanderson badmama.com.au> 