https://issues.dlang.org/show_bug.cgi?id=16587
--- Comment #1 from Vladimir Panteleev <thecybersha...@gmail.com> --- Example real-life scenarios: - Comma-delimited lists in program arguments or configuration files. The string variables will be empty unless populated, then split afterwards. - `libPaths ~= environment.get("LIBPATH", null).split(":")` will now search the current directory. --