Bill Baxter wrote: > How does one do this? > > char[][] words = ["a", "list", "of", "some", "words"]; > > --bb I don't have a compiler here but have you tried this. char[][] words = ["a"[], "list", "of", "some", "words"][];