iota to array

Andrea Fontana nospam at example.com
Sun Feb 25 12:13:31 UTC 2018


On Sunday, 25 February 2018 at 09:30:12 UTC, psychoticRabbit 
wrote:
> I would have preffered it defaulted java style ;-)
>
> System.out.println(1.0); // i.e. it prints 'what I told it to 
> print'.

System.out.println(1.0); // print 1.0
System.out.println(1.00000); // print 1.0

So it doesn't print "what you told it to print"

Andrea Fontana


More information about the Digitalmars-d-learn mailing list