Basic coding style

Kagamin spam at here.lot
Tue Nov 23 03:17:01 PST 2010


spir Wrote:

> void func(string[] strings) {
>     string[] result;
>     foreach (auto s ; strings) {
>         if (s != "") {
>             writefln("found: %s", s);
>             result ~= s; }}}

bearophile, look!


More information about the Digitalmars-d mailing list