How to initializing an array of strings?

Bill Baxter dnewsgroup at billbaxter.com
Mon Oct 30 22:08:06 PST 2006


How does one do this?

   char[][] words = ["a", "list", "of", "some", "words"];

--bb



More information about the Digitalmars-d-learn mailing list