foreach ... else statement

Danny Wilson bluezenix at gmail.com
Mon Jan 5 03:41:16 PST 2009


foreach(languageStatement; AllProgrammingLanguages)
   Stdout.format(
     "It's possible to create grotesque configurations of '{}' which are "~
     "extremely difficult to analyze. But most uses of {} are simple.",
     languageStatement
   ).newline;



More information about the Digitalmars-d mailing list