The writeln() function's args can't be ["一" ,"二"]?

FrankLike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 6 06:35:55 PDT 2014


> The problem is that you have a wide-character comma (,) there.
>
> This works:
>
>     void main() {
>         writeln(["一", "二"]);
>     }

No,I mean the execute result is error.That doesn't get the ["一", 
"二"],but get the ["涓C","浜?].

Why?

Thank you.

Frank.


More information about the Digitalmars-d-learn mailing list