Walter Bright Wrote: > 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]; Surely that's just an "x is not defined on line 2" error?