[Issue 4549] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 1 09:05:59 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4549

           Summary: D2 Language Docs:
                    http://www.digitalmars.com/d/2.0/expression.html
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2010-08-01 09:05:58 PDT ---
"Array Literals"

In the third example code:
    writeln(ct);  // writes [1 1]
    writeln(rt);  // writes [257]

The output is instead:
    1 1
    1 0 1 0



"is ( Type Identifier )"
"is ( Type Identifier : TypeSpecialization )"
"is ( Type Identifier == TypeSpecialization , TemplateParameterList )"

Replace writefln with writeln in all the code examples.

-- 
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