Associative Array, key and value as type of string or char[]

Namespace rswhite4 at googlemail.com
Sat Feb 2 08:10:15 PST 2013


On Saturday, 2 February 2013 at 16:06:09 UTC, FG wrote:
> 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.

I've cloned the github version two days ago and with that I get 
lots of errors.
Maybe I should open a bug report. :)


More information about the Digitalmars-d-learn mailing list