November 21, 2007
Note 42 of 113 of Delphi 2007 Handbook
This blog post is part of my "113 Delphi 2007 Handbook Notes" blogging project, to promote my new Delphi book.
posted by
marcocantu @ 8:54PM | 2 Comments
[0 Pending]
Handbook Note 42/113 Reusing Keywords
"Strict" isn't a keyword -- it's just a directive
(i.e., special meaning only in certain code
constructs). So its addition could have broken code
that had an instance field called "strict". (Granted,
you'd have to violate the convention of prefixing
fields with "F" to run afoul of this.)
"Operator" also isn't a keyword, though since it has
to follow "class", its addition would not have broken
any existing code.
Comment by Joe White
[http://www.excastle.com/blog/]
on November 22, 01:49
Handbook Note 42/113 Reusing Keywords
I stand corrected!
Comment by Marco Cantù
[http://www.marcocantu.com]
on November 22, 15:39
There are currently 0 pending (unapproved) messages.