On Fri, Oct 24, 2008 at 5:48 AM, Simen Kjaeraas <[EMAIL PROTECTED]> wrote:
> writefln(√(c.foo)); // I thought this should work in D today, using > "alias sqrt √;", but it seems the compiler chokes on it. :( According to the spec, you can can only use "UniversalAlpha" Unicode characters in your identifiers. Supposedly those are defined in ISO/IEC 9899:1999(E) Appendix D. But I'm guessing the ISO did not define square-root-symbol as an alpha character. --bb
