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];