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;

Reply via email to