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
  • iota to array psychoticRabbit via Digitalmars-d-learn
    • Re: iota to array Jonathan M Davis via Digitalmars-d-learn
    • Re: iota to array Seb via Digitalmars-d-learn
    • Re: iota to array psychoticRabbit via Digitalmars-d-learn
      • Re: iota to array Uknown via Digitalmars-d-learn
      • Re: iota to array Jonathan M Davis via Digitalmars-d-learn
      • Re: iota to array H. S. Teoh via Digitalmars-d-learn
      • Re: iota to array psychoticRabbit via Digitalmars-d-learn
        • Re: iota to arra... rumbu via Digitalmars-d-learn
          • Re: iota to ... psychoticRabbit via Digitalmars-d-learn
            • Re: iot... Andrea Fontana via Digitalmars-d-learn
              • Re:... psychoticRabbit via Digitalmars-d-learn
                • ... Steven Schveighoffer via Digitalmars-d-learn
                • ... psychoticRabbit via Digitalmars-d-learn
                • ... H. S. Teoh via Digitalmars-d-learn
                • ... Jonathan M Davis via Digitalmars-d-learn
                • ... H. S. Teoh via Digitalmars-d-learn
                • ... Jonathan M Davis via Digitalmars-d-learn
                • ... H. S. Teoh via Digitalmars-d-learn
                • ... psychoticRabbit via Digitalmars-d-learn
                • ... H. S. Teoh via Digitalmars-d-learn

Reply via email to