Variable Naming Issue (Conflicts?)
Steven Schveighoffer via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Apr 22 12:42:56 PDT 2014
On Tue, 22 Apr 2014 15:35:33 -0400, Casey <sybrandy at gmail.com> wrote:
> If I prefix all of the generated variables with an underscore, it works
> fine. It looks like the variable "delete" is the issue. To me, it
> looks like it's expecting some sort of "delete" method.
delete is a keyword, it cannot be a symbol.
-Steve
More information about the Digitalmars-d-learn
mailing list