Read a configuration file: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 1,292: Line 1,292:


=={{header|D}}==
=={{header|D}}==

{{Incorrect|D|Optional '=' between parameter name and value is not handled.}}

<syntaxhighlight lang="d">import std.stdio, std.string, std.conv, std.regex, std.getopt;
<syntaxhighlight lang="d">import std.stdio, std.string, std.conv, std.regex, std.getopt;