jicman wrote: > I have this program, > > import std.stdio; > void main() > { > char[][] t; That's a normal array, by the way, not an associative array. L.