Review needed for the wiki - Pascal to D page

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 5 01:14:56 PST 2014


Baz:

> I was already thinking to add one because the "foreach(i; 0 .. 
> 8)"

Better to write:

foreach(immutable i; 0 .. 8)

Bye,
bearophile


More information about the Digitalmars-d mailing list