[Issue 2659] Remove the comma operator
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 23 07:45:55 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2659
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-10-23 07:45:53 PDT ---
Just encountered another newbie reason for removing comma.
writeln( 6, mixin("7,8"), 9 );
doesn't print the expected 6 7 8 9. Instead it prints 6 8 9.
If comma was removed, this wouldn't compile.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list