Neil Vice wrote: > Firstly the following simple initialiser fails to compile: > > char[] text = "text"; > > As far as I can tell there is no way to declare and initialise an array in a > single line of code string text = "text";