version and extern problems

Walter Bright newshound1 at digitalmars.com
Tue Jul 10 17:24:23 PDT 2007


BCS wrote:
> That is one thing I have never understood: why does lexical order ever 
> (outside of statement lists e.i. function) ever cause an issue?

const string x = "abc" ~ foo;
const string foo = x[1..4];



More information about the Digitalmars-d mailing list