On 2013-02-02 16:06, Namespace wrote:
string[string] ch_Description = [ "kill" : "kills a process", "pause" : "pauses a process" ];writeln(ch_Description); // does not work, but it should
Doesn't work in the current version? In DMD 2.060 it works.
On 2013-02-02 16:06, Namespace wrote:
string[string] ch_Description = [ "kill" : "kills a process", "pause" : "pauses a process" ];writeln(ch_Description); // does not work, but it should
Doesn't work in the current version? In DMD 2.060 it works.