Feature request: First class labels

Paul Findlay r.lph50+d at gmail.com
Sun May 6 03:24:17 PDT 2007


Hasan Aljudy wrote:
> I'm not sure I understand ..
> Do you mean like, being able to "increment" labels and move them around?
Yeah, assign them to variables, store them in arrays and use them as memory
addresses to do stuff like:
        memcpy(dest, &start_label, (&end_label - &start_label));

 - Paul



More information about the Digitalmars-d mailing list