Read a configuration file: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m syntax highlighting fixup automation
Line 1,292:
 
=={{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;