bearophile: > A possible syntax to allocate a fixed size array of (immutable) fixed size arrays of chars: > string[auto][auto] a = ["Hello", "what"]; That was of course: char[auto][auto] a = ["Hello", "what"]; Bye, bearophile