[Issue 3813] Bad writeln of arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 5 02:56:00 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3813
--- Comment #18 from bearophile_hugs at eml.cc 2011-09-05 02:55:45 PDT ---
(In reply to comment #17)
> This is not good, because from the text you can't tell FP point numbers from
> integer ones. In a similar situation Python prints this, that I think is a
> better output:
>
> [1.0, 2.0]
> [1.0, 2.0]
Sorry, I meant:
[1, 2]
[1.0, 2.0]
--
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